Open mrjogo opened 1 month ago
Just noting for whoever takes this on - even though ros2_control no longer uses GripperCommand, there are a number of robots out there that use other control frameworks with that Action, so we shouldn't remove support for that
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.
Description
At some point, ros2_controllers deprecated
position_controllers/GripperActionController
(and its associated actioncontrol_msgs/GripperCommand
), and using it now gives this message:However,
parallel_gripper_controllers/GripperActionController
uses the actioncontrol_msgs/ParallelGripperCommand
, which has not yet been added toMoveItSimpleControllerManager
, so trying to use it gives an error.ROS Distro
Jazzy
OS and version
Ubuntu 24.04
Source or binary build?
Binary
If binary, which release version?
2.10.0
If source, which branch?
No response
Which RMW are you using?
FastRTPS
Steps to Reproduce
Create a
moveit_controllers.yaml
withtype: ParallelGripperCommand
:Expected behavior
MoveIt comes up and can command the gripper.
Actual behavior
MoveIt throws an error and none of the
MoveItSimpleControllerManager
controllers come up.Backtrace or Console output