Skip to content

Commit eb9b0c8

Browse files
jrgnicholivanov93
authored andcommitted
fixes access to the prefix property (#149)
1 parent 15435ab commit eb9b0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_description/urdf/ur_macro.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<xacro:include filename="$(find ur_description)/urdf/ur.ros2_control.xacro" />
8383
<!-- ros2 control instance -->
8484
<xacro:ur_ros2_control
85-
name="URPositionHardwareInterface" prefix="$(arg prefix)"
85+
name="URPositionHardwareInterface" prefix="${prefix}"
8686
use_fake_hardware="$(arg use_fake_hardware)"
8787
fake_sensor_commands="$(arg fake_sensor_commands)"
8888
script_filename="$(arg script_filename)"

0 commit comments

Comments
 (0)