Robotics StackExchange | Archived questions

How to simulate soft contact using DART engine

Hi everyone,

I'm trying to simulate a deformable terrain for testing a soft contact between robot and ground. After some research, I found that DART has a "softcontact" property which may do the job. I tried changing parameter of softcontact in the sdf file, but nothing changes in gazebo. To be specific, I create one layer and add "soft contact" tag in its sdf file. I change the stiffness value from 100 to 1 and put one sphere on the layer in gazebo (with DART engine). I expected the layer will have different deformation with different stiffness value, but the sphere doesn't sink in the layer no matter what value I set.

Does anyone know how to simulate this kind soft contact using DART (or other engine)? Hope I was clear.

Thanks

Asked by MaoZW on 2017-04-14 17:04:35 UTC

Comments

Hi, did you find a solution? From my experiments with DART and Gazebo 11 it also seems that anything within the tags is ignored...

Asked by awck on 2020-12-08 08:43:03 UTC

Answers