Skip to content

Commit 159152d

Browse files
author
Felix Exner (fexner)
authored
Revert "Add passthrough command interfaces for joints (#204)" (#214)
This reverts commit 6b1a776.
1 parent 45f80cf commit 159152d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

urdf/inc/ur_joint_control.xacro

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<joint name="${tf_prefix}shoulder_pan_joint">
99
<command_interface name="position"/>
1010
<command_interface name="velocity"/>
11-
<command_interface name="passthrough_position"/>
12-
<command_interface name="passthrough_velocity"/>
13-
<command_interface name="passthrough_acceleration"/>
1411
<state_interface name="position">
1512
<!-- initial position for the mock system and simulation -->
1613
<param name="initial_value">${initial_positions['shoulder_pan_joint']}</param>
@@ -25,9 +22,6 @@
2522
<joint name="${tf_prefix}shoulder_lift_joint">
2623
<command_interface name="position"/>
2724
<command_interface name="velocity"/>
28-
<command_interface name="passthrough_position"/>
29-
<command_interface name="passthrough_velocity"/>
30-
<command_interface name="passthrough_acceleration"/>
3125
<state_interface name="position">
3226
<!-- initial position for the mock system and simulation -->
3327
<param name="initial_value">${initial_positions['shoulder_lift_joint']}</param>
@@ -42,9 +36,6 @@
4236
<joint name="${tf_prefix}elbow_joint">
4337
<command_interface name="position"/>
4438
<command_interface name="velocity"/>
45-
<command_interface name="passthrough_position"/>
46-
<command_interface name="passthrough_velocity"/>
47-
<command_interface name="passthrough_acceleration"/>
4839
<state_interface name="position">
4940
<!-- initial position for the mock system and simulation -->
5041
<param name="initial_value">${initial_positions['elbow_joint']}</param>
@@ -59,9 +50,6 @@
5950
<joint name="${tf_prefix}wrist_1_joint">
6051
<command_interface name="position"/>
6152
<command_interface name="velocity"/>
62-
<command_interface name="passthrough_position"/>
63-
<command_interface name="passthrough_velocity"/>
64-
<command_interface name="passthrough_acceleration"/>
6553
<state_interface name="position">
6654
<!-- initial position for the mock system and simulation -->
6755
<param name="initial_value">${initial_positions['wrist_1_joint']}</param>
@@ -76,9 +64,6 @@
7664
<joint name="${tf_prefix}wrist_2_joint">
7765
<command_interface name="position"/>
7866
<command_interface name="velocity"/>
79-
<command_interface name="passthrough_position"/>
80-
<command_interface name="passthrough_velocity"/>
81-
<command_interface name="passthrough_acceleration"/>
8267
<state_interface name="position">
8368
<!-- initial position for the mock system and simulation -->
8469
<param name="initial_value">${initial_positions['wrist_2_joint']}</param>
@@ -93,9 +78,6 @@
9378
<joint name="${tf_prefix}wrist_3_joint">
9479
<command_interface name="position"/>
9580
<command_interface name="velocity"/>
96-
<command_interface name="passthrough_position"/>
97-
<command_interface name="passthrough_velocity"/>
98-
<command_interface name="passthrough_acceleration"/>
9981
<state_interface name="position">
10082
<!-- initial position for the mock system and simulation -->
10183
<param name="initial_value">${initial_positions['wrist_3_joint']}</param>

0 commit comments

Comments
 (0)