Skip to content

Commit f9ac5f4

Browse files
authored
AIRO-1050 Update assembly define to use URDF importer in Pick and Place; Update Change log (#282)
1 parent 304f7da commit f9ac5f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Changed the Pick and Place Demo's topic from SourceDestination to SourceDestinat
2323
### Fixed
2424

2525
Fixed the ROS-Unity Integration tutorial to use the correct link to install ROS-TCP-Connector package
26+
27+
Fixed the Pick and Place Tutorial to use ArticulationBody jointPositions, rather than the xDrive.target, for updating the current joint angle positions

tutorials/pick_and_place/PickAndPlaceProject/Assets/Scripts/Unity.Robotics.PickAndPlace.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"rootNamespace": "",
44
"references": [
55
"GUID:204b12c73a0ba074c888ec09a2713605",
6-
"GUID:625bfc588fb96c74696858f2c467e978"
6+
"GUID:625bfc588fb96c74696858f2c467e978",
7+
"GUID:b1ef917f7a8a86a4eb639ec2352edbf8"
78
],
89
"includePlatforms": [],
910
"excludePlatforms": [],

0 commit comments

Comments
 (0)