Open
Description
Hi @ all,
I was experimenting lately to grasp objects using Moveit's task constructor and mujoco_ros2_control. As there are limited possibilities regarding effort-interface contrrollers in moveit2, I've tried using the JointTrajectoryController and was wondering if the solution would be to set as a goal the gripper fully closed but having an effort limit (on the HW interface side). I am not sure if this is common to implement and would like to know how other people solve grasping objects like boxes in mujoco?
The problem with pure position control without effort limits is that the controller will squeeze the boxes until they jump around/away
Thank you!