Skip to content

Commit c0f1fb4

Browse files
author
Felix Exner (fexner)
authored
Add links to source files (#9)
1 parent caefc55 commit c0f1fb4

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

my_robot_cell/doc/assemble_urdf.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ Assembling the URDF
22
===================
33

44
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.
5-
We'll use this to create a custom workcell with a ur20 inside:
5+
We'll use this to create a custom workcell with a ur20 inside. In this section we will only go into
6+
detail about the URDF / xacro files, not the complete package structure. Please see the
7+
`description package source code
8+
<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.
69

710
Workcell description
811
--------------------

my_robot_cell/doc/build_moveit_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ At this point, you should be able to run the ``ur_robot_driver`` for your custom
66
Now, we are only one last step away from actually planning and executing trajectories.
77

88
To utilize MoveIt! 2 for this purpose, which will handle trajectory planning for us, we need to set up a MoveIt! configuration package.
9-
To create such a **MoveIt! configuration package**, MoveIt! provides a very useful Setup Assistant.
9+
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.
1010

1111
Setup Assistant
1212
---------------

my_robot_cell/doc/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
Custom workcell
55
================
66

7-
Example about integrating an UR arm into a custom workspace.
8-
We will build a custom workcell description, start the driver and create a MoveIt config to enable trajectory plannin with MoveIt.
7+
Example about integrating an UR arm into a custom workspace. We will build a custom workcell
8+
description, start the driver and create a MoveIt config to enable trajectory planning with MoveIt.
9+
10+
Please see the `package source code
11+
<https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/tree/main/my_robot_cell>`_ for
12+
all files relevant for this example.
913

1014
.. toctree::
1115
:maxdepth: 4

my_robot_cell/doc/start_ur_driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In the last chapter we created a custom scene description containing our robot.
66
that description usable to ``ros2_control`` and hence the ``ur_robot_driver``, we need to add
77
control information. We will also add a custom launchfile to startup our demonstrator.
88

9-
We will generate a new package called ``my_robot_cell_control`` for that purpose.
9+
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.
1010

1111

1212
Create a description with ros2_control tag

0 commit comments

Comments
 (0)