fix: grippers now act correctly

This commit is contained in:
David Sharpe
2025-08-19 13:12:11 -05:00
committed by David
parent 77bf59d5fd
commit 508fa8e2ae
5 changed files with 2 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ moveit_setup_assistant_config:
package_settings:
author_name: David Sharpe
author_email: ds0196@uah.edu
generated_timestamp: 1755625929
generated_timestamp: 1755627043
control_xacro:
command:
- position

View File

@@ -56,14 +56,6 @@
</state_interface>
<state_interface name="velocity"/>
</joint>
<joint name="Gripper_Slider_Right">
<command_interface name="position"/>
<command_interface name="velocity"/>
<state_interface name="position">
<param name="initial_value">${initial_positions['Gripper_Slider_Right']}</param>
</state_interface>
<state_interface name="velocity"/>
</joint>
<joint name="Gripper_Slider_Left">
<command_interface name="position"/>
<command_interface name="velocity"/>

View File

@@ -5,7 +5,6 @@ initial_positions:
Axis_1_Joint: 0
Axis_2_Joint: 0
Axis_3_Joint: 0
Gripper_Slider_Right: 0
Gripper_Slider_Left: 0
Wrist-EF_Roll_Joint: 0
Wrist_Differential_Joint: 0

View File

@@ -22,6 +22,5 @@ moveit_simple_controller_manager:
type: GripperCommand
joints:
- Gripper_Slider_Left
- Gripper_Slider_Right
action_ns: gripper_cmd
default: true

View File

@@ -30,7 +30,6 @@ astra_arm_controller:
- position
- velocity
allow_nonzero_velocity_at_trajectory_end: true
hand_controller:
ros__parameters:
joint: Gripper_Slider_Left