mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
fix: grippers now act correctly
This commit is contained in:
@@ -7,7 +7,7 @@ moveit_setup_assistant_config:
|
|||||||
package_settings:
|
package_settings:
|
||||||
author_name: David Sharpe
|
author_name: David Sharpe
|
||||||
author_email: ds0196@uah.edu
|
author_email: ds0196@uah.edu
|
||||||
generated_timestamp: 1755625929
|
generated_timestamp: 1755627043
|
||||||
control_xacro:
|
control_xacro:
|
||||||
command:
|
command:
|
||||||
- position
|
- position
|
||||||
|
|||||||
@@ -56,14 +56,6 @@
|
|||||||
</state_interface>
|
</state_interface>
|
||||||
<state_interface name="velocity"/>
|
<state_interface name="velocity"/>
|
||||||
</joint>
|
</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">
|
<joint name="Gripper_Slider_Left">
|
||||||
<command_interface name="position"/>
|
<command_interface name="position"/>
|
||||||
<command_interface name="velocity"/>
|
<command_interface name="velocity"/>
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ initial_positions:
|
|||||||
Axis_1_Joint: 0
|
Axis_1_Joint: 0
|
||||||
Axis_2_Joint: 0
|
Axis_2_Joint: 0
|
||||||
Axis_3_Joint: 0
|
Axis_3_Joint: 0
|
||||||
Gripper_Slider_Right: 0
|
|
||||||
Gripper_Slider_Left: 0
|
Gripper_Slider_Left: 0
|
||||||
Wrist-EF_Roll_Joint: 0
|
Wrist-EF_Roll_Joint: 0
|
||||||
Wrist_Differential_Joint: 0
|
Wrist_Differential_Joint: 0
|
||||||
@@ -22,6 +22,5 @@ moveit_simple_controller_manager:
|
|||||||
type: GripperCommand
|
type: GripperCommand
|
||||||
joints:
|
joints:
|
||||||
- Gripper_Slider_Left
|
- Gripper_Slider_Left
|
||||||
- Gripper_Slider_Right
|
|
||||||
action_ns: gripper_cmd
|
action_ns: gripper_cmd
|
||||||
default: true
|
default: true
|
||||||
@@ -30,7 +30,6 @@ astra_arm_controller:
|
|||||||
- position
|
- position
|
||||||
- velocity
|
- velocity
|
||||||
allow_nonzero_velocity_at_trajectory_end: true
|
allow_nonzero_velocity_at_trajectory_end: true
|
||||||
|
|
||||||
hand_controller:
|
hand_controller:
|
||||||
ros__parameters:
|
ros__parameters:
|
||||||
joint: Gripper_Slider_Left
|
joint: Gripper_Slider_Left
|
||||||
Reference in New Issue
Block a user