You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point, ros2_controllers deprecated position_controllers/GripperActionController (and its associated action control_msgs/GripperCommand), and using it now gives this message:
[Deprecated]: the `position_controllers/GripperActionController` and `effort_controllers::GripperActionController` controllers are replaced by 'parallel_gripper_controllers/GripperActionController' controller
However, parallel_gripper_controllers/GripperActionController uses the action control_msgs/ParallelGripperCommand, which has not yet been added to MoveItSimpleControllerManager, 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 with type: ParallelGripperCommand:
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
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: