How to choose gripper joint value for object grasping

Hi Isaac Simer, currently I’m using ‘ros2 topic pub’ to control the robot arm and gripper. But I found that unreasonable joint value setting will cause two links to cross each other as shown below.


While in the robot_party example, both the dofbot and franka grippers will stop closing after contact with the cube. My question is how can I achieve the same result for the other grippers (e.g., robotiq_2f_85) in ROS, that is, the gripper can grasp the objects successfully but not cross with the object.

1 Like

Hi, did you find solution?

Hello!
I’d start by not using unreasonable joint values :)

But besides that, you’d need to adjust the contact offsets to ensure the depenetration forces are sufficient for grasping without cutting into the objects.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.