Skip to content

Commit 1947758

Browse files
committed
address review
1 parent c7cc5c0 commit 1947758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
22
<robot xmlns:xacro="http://wiki.ros.org/xacro" name="robotiq_gripper">
33
<!-- parameters -->
4-
<xacro:arg name="use_sim" default="true" />
4+
<xacro:arg name="use_fake_hardware" default="true" />
55

66
<!-- Import macros -->
77
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_gripper_macro.urdf.xacro" />
88

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

0 commit comments

Comments
 (0)