Robotics StackExchange | Archived questions

Collision management and ODE parameters

Hi everyone !

I am currently building a spherical robot with masses moving inside and I have a few questions about collisions management and ODE parameters for constraints.

First, is it possible in Gazebo to specify with which elements a given link should be able to collide ? The idea is that I have multiple masses moving inside the spherical robot but I want to consider collision of these masses only with the outer shell and not between each other (the masses). So each mass is a link and the shell is another one.

Another thing, I would like to have a spring behaviour when the masses collide this shell, so I wanted to tweak the ERP and CFM parameters. I have some questions with respect to these.

First, what is the difference between the ERP and CFM specified in the of the sdf file and the ones specified in the under and tags.

Second, what is the meaning of of and tags in the properties of a link, since, if I understand the ODE documentation, kd and kp are fully described by CFM and ERP parameters (so it seems to be redundant here).

And last, what is the difference between describing these cfm and erp parameters for a spring behaviour compared to the options (I'm not sure how bounce acts here).

Thanks in advance for your enlightenments.

Best regards.

Asked by Frenetique on 2014-04-03 12:37:14 UTC

Comments

I need to manage the collision scene as well. have you found a solution for this problem?

Asked by Zamzami on 2014-08-28 12:21:13 UTC

No sorry. I haven't looked much into it either. I had to move on other problems in the project.

Asked by Frenetique on 2014-09-23 08:58:11 UTC

Answers