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
5 changes: 4 additions & 1 deletion my_robot_cell/doc/assemble_urdf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ Assembling the URDF
===================

The `ur_description <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description>`_ package provides `macro files <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/blob/rolling/urdf/ur_macro.xacro>`_ to generate an instance of a Universal Robots arm.
We'll use this to create a custom workcell with a ur20 inside:
We'll use this to create a custom workcell with a ur20 inside. In this section we will only go into
detail about the URDF / xacro files, not the complete package structure. Please see the
`description package source code
<https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/blob/main/my_robot_cell/my_robot_cell_description>`_ for all other files assembling the description package.

Workcell description
--------------------
Expand Down
2 changes: 1 addition & 1 deletion my_robot_cell/doc/build_moveit_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ At this point, you should be able to run the ``ur_robot_driver`` for your custom
Now, we are only one last step away from actually planning and executing trajectories.

To utilize MoveIt! 2 for this purpose, which will handle trajectory planning for us, we need to set up a MoveIt! configuration package.
To create such a **MoveIt! configuration package**, MoveIt! provides a very useful Setup Assistant.
To create such a MoveIt! `configuration package <https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/tree/main/my_robot_cell/my_robot_cell_moveit_config>`_, MoveIt! provides a very useful Setup Assistant.

Setup Assistant
---------------
Expand Down
8 changes: 6 additions & 2 deletions my_robot_cell/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
Custom workcell
================

Example about integrating an UR arm into a custom workspace.
We will build a custom workcell description, start the driver and create a MoveIt config to enable trajectory plannin with MoveIt.
Example about integrating an UR arm into a custom workspace. We will build a custom workcell
description, start the driver and create a MoveIt config to enable trajectory planning with MoveIt.

Please see the `package source code
<https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/tree/main/my_robot_cell>`_ for
all files relevant for this example.

.. toctree::
:maxdepth: 4
Expand Down
2 changes: 1 addition & 1 deletion my_robot_cell/doc/start_ur_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In the last chapter we created a custom scene description containing our robot.
that description usable to ``ros2_control`` and hence the ``ur_robot_driver``, we need to add
control information. We will also add a custom launchfile to startup our demonstrator.

We will generate a new package called ``my_robot_cell_control`` for that purpose.
We will generate a new package called `my_robot_cell_control <https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/tree/main/my_robot_cell/my_robot_cell_control>`_ for that purpose.


Create a description with ros2_control tag
Expand Down
Loading