Skip to content

Commit 26fcbf2

Browse files
author
Felix Exner
authored
Fix passing the driver filenames to the macro (#25)
1 parent 6437a67 commit 26fcbf2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

urdf/ur.urdf.xacro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
tool_tx_idle_chars="$(arg tool_tx_idle_chars)"
8181
tool_device_name="$(arg tool_device_name)"
8282
tool_tcp_port="$(arg tool_tcp_port)"
83-
robot_ip="$(arg robot_ip)" >
83+
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+
>
8488
<origin xyz="0 0 0" rpy="0 0 0" /> <!-- position robot in the world -->
8589
</xacro:ur_robot>
8690

0 commit comments

Comments
 (0)