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 ca95df4 commit c7cc5c0Copy full SHA for c7cc5c0
robotiq_description/urdf/robotiq_gripper.urdf.xacro
@@ -7,7 +7,7 @@
7
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_gripper_macro.urdf.xacro" />
8
9
<link name="world" />
10
- <xacro:robotiq_gripper parent="world" sim="$(arg use_sim)" prefix="">
+ <xacro:robotiq_gripper name="RobotiqGripperSystem" prefix="" parent="world" use_fake_hardware="$(arg use_sim)">
11
<origin xyz="0 0 0" rpy="0 0 0" />
12
</xacro:robotiq_gripper>
13
</robot>
0 commit comments