Skip to content

Commit ca95df4

Browse files
committed
trim whitespace
1 parent ac32107 commit ca95df4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

robotiq_description/urdf/robotiq_gripper.ros2_control.xacro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name
66
prefix
77
sim_ignition:=false
8-
sim_isaac:=false
8+
sim_isaac:=false
99
use_fake_hardware:=false
1010
fake_sensor_commands:=false
1111
com_port:=/dev/ttyUSB0">
@@ -37,12 +37,12 @@
3737

3838
<!-- Joint interfaces -->
3939
<!-- With Ignition or Hardware, they handle mimic joints, so we only need this command interface activated -->
40-
<joint name="${prefix}robotiq_85_left_knuckle_joint">
40+
<joint name="${prefix}robotiq_85_left_knuckle_joint">
4141
<command_interface name="position" />
4242
<state_interface name="position">
4343
<param name="initial_value">0.7929</param>
4444
</state_interface>
45-
<state_interface name="velocity"/>
45+
<state_interface name="velocity"/>
4646
</joint>
4747
<!-- When simulating we need to include the rest of the gripper joints -->
4848
<xacro:if value="${use_fake_hardware or sim_isaac or sim_ignition}">

robotiq_description/urdf/robotiq_gripper_macro.urdf.xacro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
name
55
prefix
66
parent
7-
*origin
7+
*origin
88
sim_ignition:=false
9-
sim_isaac:=false
10-
use_fake_hardware:=false
9+
sim_isaac:=false
10+
use_fake_hardware:=false
1111
fake_sensor_commands:=false
1212
com_port:=/dev/ttyUSB0">
1313

1414
<!-- ros2 control include -->
1515
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_gripper.ros2_control.xacro" />
1616
<!-- ros2 control instance -->
1717
<xacro:robotiq_gripper_ros2_control
18-
name="${name}" prefix="${prefix}"
18+
name="${name}" prefix="${prefix}"
1919
sim_ignition="${sim_ignition}"
2020
sim_isaac="${sim_isaac}"
2121
use_fake_hardware="${use_fake_hardware}"

0 commit comments

Comments
 (0)