You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Gazebo 11 and the DART physics engine. I would like to alter the amount of restoring force and damping that is applied when two models in my simulation collide. As I understand this can be altered with the <restitution_coefficient> tag in my SDF. Please correct me if I'm wrong.
I noticed, however, that Gazebo 11 currently ignores the <restitution_coefficient> defined under <bounce> in the SDF. This should be an easy fix. Instead of working with the default DART properties defined here, we could parse at least the <restitution_coefficient> from the SDF and hand it to the constructor.
Note that there is a similar PR open in the IgnitionPhysics repo. Is there an easy way to integrate this change?
The text was updated successfully, but these errors were encountered:
Hi,
I am using Gazebo 11 and the DART physics engine. I would like to alter the amount of restoring force and damping that is applied when two models in my simulation collide. As I understand this can be altered with the
<restitution_coefficient>
tag in my SDF. Please correct me if I'm wrong.I noticed, however, that Gazebo 11 currently ignores the
<restitution_coefficient>
defined under<bounce>
in the SDF. This should be an easy fix. Instead of working with the default DART properties defined here, we could parse at least the<restitution_coefficient>
from the SDF and hand it to the constructor.Note that there is a similar PR open in the IgnitionPhysics repo. Is there an easy way to integrate this change?
The text was updated successfully, but these errors were encountered: