We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6437a67 commit 26fcbf2Copy full SHA for 26fcbf2
urdf/ur.urdf.xacro
@@ -80,7 +80,11 @@
80
tool_tx_idle_chars="$(arg tool_tx_idle_chars)"
81
tool_device_name="$(arg tool_device_name)"
82
tool_tcp_port="$(arg tool_tcp_port)"
83
- robot_ip="$(arg robot_ip)" >
+ robot_ip="$(arg robot_ip)"
84
+ script_filename="$(arg script_filename)"
85
+ output_recipe_filename="$(arg output_recipe_filename)"
86
+ input_recipe_filename="$(arg input_recipe_filename)"
87
+ >
88
<origin xyz="0 0 0" rpy="0 0 0" /> <!-- position robot in the world -->
89
</xacro:ur_robot>
90
0 commit comments