-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objects are spinning on the spot #4
Comments
Hi, |
This describes the same problem: https://answers.gazebosim.org//question/21944/banana-rotates-by-itself-in-gazebo-i-dont-know-why/ Things worth try:
|
Looks like adding these contact parameters will do the job. <surface>
<contact>
<ode>
<kp>1e15</kp>
<kd>1e13</kd>
</ode>
</contact>
</surface> |
Done updating Docker image. This problem should be fixed now by |
Hey,
we are experiencing the issue that objects in the simulator are spinning on their own. The smaller/lighter the object the faster they spin.
Video recording of the behaviour: https://cloud.uni-koblenz.de/s/PKAapcNapByiJsy
Is this a known issue?
Thanks
Team Homer@UniKoblenz
The text was updated successfully, but these errors were encountered: