Add missing ParallelGripperCommand controller type #3017
Labels
bug
Something isn't working
persistent
Allows issues to remain open without automatic stalling and closing.
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
The text was updated successfully, but these errors were encountered: