Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tutorials/pick_and_place/3_pick_and_place.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,8 @@ def plan_trajectory(move_group, destination_pose, start_joint_angles):

- 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`.

- 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.
- 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.

---

#### Proceed to [Part 4](4_pick_and_place.md).
6 changes: 6 additions & 0 deletions tutorials/pick_and_place/4_pick_and_place.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@ void Start()
## Setting Up The Unity Scene
1. In Unity, Select Robotics -> ROS Settings from the top menu bar and update the ROS IP Address to that of the Niryo One.

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.

![](img/4_build_niryo_msgs.png)

1. Find PATH/TO/Unity-Robotics-Hub/tutorials/pick_and_place/Scripts_Part4 and copy into your project's Assets folder.

1. Select the Publisher GameObject and add the `RealSimPickAndPlace` script as a component.

1. Note that the RealSimPickAndPlace component shows its member variables in the Inspector window, which need to be assigned.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.