Skip to content

Commit e28d963

Browse files
committed
Fix captions to my_robot_cell_macro
1 parent c0f1fb4 commit e28d963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

my_robot_cell/doc/assemble_urdf.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The workcell macro is defined in the following manner:
5757
.. literalinclude:: ../my_robot_cell_description/urdf/my_robot_cell_macro.xacro
5858
:language: xml
5959
:linenos:
60-
:caption: my_robot_cell_description/urdf/my_robot_cell_macro.urdf.xacro
60+
:caption: my_robot_cell_description/urdf/my_robot_cell_macro.xacro
6161

6262
This macro provides an example of what a custom workcell could resemble. Your workspace will likely
6363
vary from this one. Please feel free to modify this portion of the URDF to match your own setup. In
@@ -72,7 +72,7 @@ macro. In this example, we chose to create a link named **robot_mount**.
7272
:start-at: <link name="robot_mount"/>
7373
:end-at: </joint>
7474
:linenos:
75-
:caption: my_robot_cell_description/urdf/my_robot_cell.urdf.xacro
75+
:caption: my_robot_cell_description/urdf/my_robot_cell_macro.xacro
7676

7777
After that we are finally able to actually **create the robot arm** by calling the macro.
7878

@@ -81,7 +81,7 @@ After that we are finally able to actually **create the robot arm** by calling t
8181
:start-at: <xacro:ur_robot
8282
:end-at: </xacro:ur_robot>
8383
:linenos:
84-
:caption: my_robot_cell_description/urdf/my_robot_cell.urdf.xacro
84+
:caption: my_robot_cell_description/urdf/my_robot_cell_macro.xacro
8585

8686
Note that the **origin** argument is transmitted in a different manner than the other arguments.
8787

0 commit comments

Comments
 (0)