Skip to content

Commit c7cc5c0

Browse files
committed
fix example urdf
1 parent ca95df4 commit c7cc5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_description/urdf/robotiq_gripper.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_gripper_macro.urdf.xacro" />
88

99
<link name="world" />
10-
<xacro:robotiq_gripper parent="world" sim="$(arg use_sim)" prefix="">
10+
<xacro:robotiq_gripper name="RobotiqGripperSystem" prefix="" parent="world" use_fake_hardware="$(arg use_sim)">
1111
<origin xyz="0 0 0" rpy="0 0 0" />
1212
</xacro:robotiq_gripper>
1313
</robot>

0 commit comments

Comments
 (0)