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:
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
6262This macro provides an example of what a custom workcell could resemble. Your workspace will likely
6363vary 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
7777After 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
8686Note that the **origin ** argument is transmitted in a different manner than the other arguments.
8787
You can’t perform that action at this time.
0 commit comments