Skip to content

Commit c8f6ae3

Browse files
Update with new instructions (Unity-Technologies#147)
1 parent 22780b1 commit c8f6ae3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

tutorials/pick_and_place/3_pick_and_place.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,8 @@ def plan_trajectory(move_group, destination_pose, start_joint_angles):
197197

198198
- If the robot moves to the incorrect location, or executes the poses in an expected order, verify that the shoulder_link (i.e. `niryo_one/world/base_link/shoulder_link`) X Drive Force Limit is `5`.
199199

200-
- Before entering Play mode in the Unity Editor, ensure that all ROS processes are still running. The `server_endpoint` node may time out and will need to be re-run.
200+
- Before entering Play mode in the Unity Editor, ensure that all ROS processes are still running. The `server_endpoint` node may time out and will need to be re-run.
201+
202+
---
203+
204+
#### Proceed to [Part 4](4_pick_and_place.md).

tutorials/pick_and_place/4_pick_and_place.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@ void Start()
295295
## Setting Up The Unity Scene
296296
1. In Unity, Select Robotics -> ROS Settings from the top menu bar and update the ROS IP Address to that of the Niryo One.
297297

298+
1. Select "Robotics/Generate ROS Messages..." from the menu and build the messages you will need - Build the contents of the moveit_msgs/msg folder, the niryo_one_ros/niryo_one_msgs/action folder and the niryo_one_ros/niryo_one_msgs/msg folder.
299+
300+
![](img/4_build_niryo_msgs.png)
301+
302+
1. Find PATH/TO/Unity-Robotics-Hub/tutorials/pick_and_place/Scripts_Part4 and copy into your project's Assets folder.
303+
298304
1. Select the Publisher GameObject and add the `RealSimPickAndPlace` script as a component.
299305

300306
1. Note that the RealSimPickAndPlace component shows its member variables in the Inspector window, which need to be assigned.
90.2 KB
Loading

0 commit comments

Comments
 (0)