Robotics StackExchange | Archived questions

Collision Not being detected

Hi Everyone,

I'm trying a simple example of a robot grasping an object. The gripper is simply paramerized as a cylinder base with two cuboid as fingers and the object to grasp is a simple cuboid. the problem is that when the grasp is performed, there is no collision between fingers and object, as they go into the object, as showed in the following photo.

alt text

Anyone know why is happening that, I have defined the collision element in the sdf of the objet and in the urdf of the gripper. I'm using Ode engine with default parameters and gazebo 11.

Asked by mrVico on 2021-11-04 06:45:08 UTC

Comments

may be the simulation is paused.

Asked by CroCo on 2021-11-09 23:33:45 UTC

can you share the URDF and SDF you are using?

If your gripper is URDF, ensure that each link has defined inertial properties. Else, the URDF to SDF conversion has a habit of ignoring the links

Asked by shonigmann on 2021-11-16 15:46:43 UTC

Answers