JenniferBuehler / gazebo-pkgs

A collection of tools and plugins for Gazebo
BSD 3-Clause "New" or "Revised" License
208 stars 104 forks source link

The problem of objects penetrating each other after the gripper clamps the object #62

Closed Liyiyang66 closed 1 year ago

Liyiyang66 commented 1 year ago

Hello, I want to collect the torque information generated by the collision at the joint, but after the gripper clamps the object, the object will pass through other objects. What should I do? image image

This is information about the object: image image

JenniferBuehler commented 1 year ago

Hi, did you try to add <self_collide>1</self_collide> to the link of the object?

Liyiyang66 commented 1 year ago

oh,thanks for your advice, the problem has been solved.

JenniferBuehler commented 1 year ago

Great, that's good to hear! May I asked what resolved it?

Liyiyang66 commented 1 year ago

I used gazebo to re-export the more detailed parameter configuration, and set the 1, then the object will colide the table, the force and torque change as well.

JenniferBuehler commented 1 year ago

Thanks for the info :)