File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The workcell macro is defined in the following manner:
57
57
.. literalinclude :: ../my_robot_cell_description/urdf/my_robot_cell_macro.xacro
58
58
:language: xml
59
59
: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
61
61
62
62
This macro provides an example of what a custom workcell could resemble. Your workspace will likely
63
63
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**.
72
72
:start-at: <link name="robot_mount"/>
73
73
:end-at: </joint>
74
74
: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
76
76
77
77
After that we are finally able to actually **create the robot arm ** by calling the macro.
78
78
@@ -81,7 +81,7 @@ After that we are finally able to actually **create the robot arm** by calling t
81
81
:start-at: <xacro:ur_robot
82
82
:end-at: </xacro:ur_robot>
83
83
: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
85
85
86
86
Note that the **origin ** argument is transmitted in a different manner than the other arguments.
87
87
You can’t perform that action at this time.
0 commit comments