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 c7cc5c0 commit 1947758Copy full SHA for 1947758
robotiq_description/urdf/robotiq_gripper.urdf.xacro
@@ -1,13 +1,13 @@
1
<?xml version="1.0"?>
2
<robot xmlns:xacro="http://wiki.ros.org/xacro" name="robotiq_gripper">
3
<!-- parameters -->
4
- <xacro:arg name="use_sim" default="true" />
+ <xacro:arg name="use_fake_hardware" default="true" />
5
6
<!-- Import macros -->
7
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_gripper_macro.urdf.xacro" />
8
9
<link name="world" />
10
- <xacro:robotiq_gripper name="RobotiqGripperSystem" prefix="" parent="world" use_fake_hardware="$(arg use_sim)">
+ <xacro:robotiq_gripper name="RobotiqGripperSystem" prefix="" parent="world" use_fake_hardware="$(arg use_fake_hardware)">
11
<origin xyz="0 0 0" rpy="0 0 0" />
12
</xacro:robotiq_gripper>
13
-</robot>
+</robot>
0 commit comments