leggedrobotics / raisimLib

RAISIM, A PHYSICS ENGINE FOR ROBOTICS AND AI RESEARCH
http://www.raisim.com
327 stars 50 forks source link

Gravity acceleration is different for different mass #43

Closed geotyper closed 4 years ago

geotyper commented 4 years ago

Gravity acceleration is different for different mass Screenshot at 2020-02-16 20-20-40 make some spheres with mass=5.0 and cubes with mass=0.1f with near the same coordinates and they fall to ground with different velocity(acceleration)

jhwangbo commented 4 years ago

do you use linear damping?

geotyper commented 4 years ago

yes, use linear damping=0.55

jhwangbo commented 4 years ago

If you use linear damping, they are not guaranteed to accelerate at the same rate. Think about a ball falling in the water

jhwangbo commented 4 years ago

This does not seem like a simulation issue. Closing it for now