Skip to content

Commit

Permalink
Tutorial for multiple robot arms with MoveIt (#708)
Browse files Browse the repository at this point in the history
* add pkg config files

* include multiple arms tutorial

* add multiple arms tutorial images

* include required steps for multiple arms tutorial

* update step one explanation

* resize intro image

* update step 2

* update step 3

* fix a typo

* Include gazebo arg in arms xacro

* Update after using gazebo-ready xacro

* Include arms ready poses fig

* Update joints hw interface and controllers

* Add world link and base inertia

* Separate joint state and trajectory controllers

* update step three

* embed video

* Remove emeding and add a YouTube video link

* Remove lengthy xacro file and add a link to it

* Explain xacro loading practice

* Format steps to test xacro

* Update check_urdf output

* Configure ros controllers and moveit controllers

* Update the video link and description

* Explain the integration components

* Start step five to plan motions for arms/hands

* Add the motion planning step

* Fix typos

* Minimal fixes for the content

* Fix plugin name

* Fix language errors

* Fix faulty files paths

* Correct file names

* Remove unneeded comments

* Correct controllers config files format

* Explicitly instruct to copy xacro file content

* Revise step 1

* Revise step 1

* Fix robot_description path

* Update rviz screenshot to use world frame

* Conclude step 1

* Revise step 2

* Reformat step 3

* Revise step 3

* Revise step 4

* Explain integration dependencies

* Fix ROS and MoveIt abbreviations

* Revise step 5

* Fix minimal formatting issues

* Fix error due to duplicate hyperlink target

* Proofread and include references

* Update doc/multiple_robot_arms/multiple_robot_arms_tutorial.rst

Co-authored-by: AndyZe <[email protected]>

* Change rgt to right and lft to left

* Update screenshots to show right and left

* Delete unneeded files

* Shorten the motion planning step

* Minimal fix to the target link position

* Fix the title of the tutorial

* Remove the word "MoveIt" from the title

* Grammar nitpicks

* Mention a move_group for both arms

* Update url

* Formatting

Co-authored-by: AndyZe <[email protected]>
Co-authored-by: Andy Zelenak <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2022
1 parent 71ab5ee commit 62cad42
Show file tree
Hide file tree
Showing 8 changed files with 529 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mesh_filter/mesh_filter_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Include sensor plugin in a ``.gazebo`` file. In this tutorial, a kinect sensor p
</gazebo>


Attach sensor to `base urdf <https://github.com/ros-industrial/universal_robot/blob/melodic-devel/ur_description/urdf/ur5.urdf.xacro>`_ of UR5 using links and joints as shown in ``ur5_sensor.urdf.xacro`` ::
Attach sensor to `base urdf <https://github.com/ros-industrial/universal_robot/blob/melodic-devel/ur_description/urdf/ur5.xacro>`_ of UR5 using links and joints as shown in ``ur5_sensor.urdf.xacro`` ::

<!-- ur5 -->
<xacro:include filename="$(find ur_description)/urdf/ur5.urdf.xacro" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
527 changes: 527 additions & 0 deletions doc/multiple_robot_arms/multiple_robot_arms_tutorial.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Before attempting to integrate a new robot with MoveIt, check whether your robot
doc/ikfast/ikfast_tutorial
doc/trac_ik/trac_ik_tutorial
doc/opw_kinematics/opw_kinematics_tutorial
doc/multiple_robot_arms/multiple_robot_arms_tutorial

Configuration
-------------
Expand Down

0 comments on commit 62cad42

Please sign in to comment.