Skip to content

Commit

Permalink
Revert "Add passthrough command interfaces for joints (#204)" (#214)
Browse files Browse the repository at this point in the history
This reverts commit 6b1a776.
  • Loading branch information
fmauch authored Oct 14, 2024
1 parent 45f80cf commit 159152d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions urdf/inc/ur_joint_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<joint name="${tf_prefix}shoulder_pan_joint">
<command_interface name="position"/>
<command_interface name="velocity"/>
<command_interface name="passthrough_position"/>
<command_interface name="passthrough_velocity"/>
<command_interface name="passthrough_acceleration"/>
<state_interface name="position">
<!-- initial position for the mock system and simulation -->
<param name="initial_value">${initial_positions['shoulder_pan_joint']}</param>
Expand All @@ -25,9 +22,6 @@
<joint name="${tf_prefix}shoulder_lift_joint">
<command_interface name="position"/>
<command_interface name="velocity"/>
<command_interface name="passthrough_position"/>
<command_interface name="passthrough_velocity"/>
<command_interface name="passthrough_acceleration"/>
<state_interface name="position">
<!-- initial position for the mock system and simulation -->
<param name="initial_value">${initial_positions['shoulder_lift_joint']}</param>
Expand All @@ -42,9 +36,6 @@
<joint name="${tf_prefix}elbow_joint">
<command_interface name="position"/>
<command_interface name="velocity"/>
<command_interface name="passthrough_position"/>
<command_interface name="passthrough_velocity"/>
<command_interface name="passthrough_acceleration"/>
<state_interface name="position">
<!-- initial position for the mock system and simulation -->
<param name="initial_value">${initial_positions['elbow_joint']}</param>
Expand All @@ -59,9 +50,6 @@
<joint name="${tf_prefix}wrist_1_joint">
<command_interface name="position"/>
<command_interface name="velocity"/>
<command_interface name="passthrough_position"/>
<command_interface name="passthrough_velocity"/>
<command_interface name="passthrough_acceleration"/>
<state_interface name="position">
<!-- initial position for the mock system and simulation -->
<param name="initial_value">${initial_positions['wrist_1_joint']}</param>
Expand All @@ -76,9 +64,6 @@
<joint name="${tf_prefix}wrist_2_joint">
<command_interface name="position"/>
<command_interface name="velocity"/>
<command_interface name="passthrough_position"/>
<command_interface name="passthrough_velocity"/>
<command_interface name="passthrough_acceleration"/>
<state_interface name="position">
<!-- initial position for the mock system and simulation -->
<param name="initial_value">${initial_positions['wrist_2_joint']}</param>
Expand All @@ -93,9 +78,6 @@
<joint name="${tf_prefix}wrist_3_joint">
<command_interface name="position"/>
<command_interface name="velocity"/>
<command_interface name="passthrough_position"/>
<command_interface name="passthrough_velocity"/>
<command_interface name="passthrough_acceleration"/>
<state_interface name="position">
<!-- initial position for the mock system and simulation -->
<param name="initial_value">${initial_positions['wrist_3_joint']}</param>
Expand Down

0 comments on commit 159152d

Please sign in to comment.