-
Notifications
You must be signed in to change notification settings - Fork 942
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
Rapid divergence after simple capsule-capsule contact #2472
Comments
I can't reproduce this. Also you mention capsules but these are boxes? |
@yuvaltassa Apologies for attaching the wrong file and wasting your time—I’ve uploaded the correct one now. Kindly reopen if the issue is valid. |
Wow! I've never seen anything like this 😯 Will investigate, thanks for the MRE |
Initial observation: the issue completely goes away if I switch to Euler or RK4. |
Further observation: this bug dates back to the introduction of implicit/implicitfast in 3.2.3, so (unfortunately!) not a newly introduced bug that I can just roll back. Still investigating... |
Intro
Hi!
I am a graduate student at HKU, I use MuJoCo for my research on robotic manipulation.
My setup
MuJoCo 3.3.0, Python and C, Linux
What's happening? What did you expect?
In the simple scenario attached below, the system initially evolves with low velocity and force before contact occurs. However, once contact happens, the simulation diverges rapidly. The immediate cause appears to be large contact force, but I am struggling to understand how such forces are generated, especially given the conventional yet specific setting combination used in the model.
I experimented with different options to mitigate the divergence, and found that some settings help (but inapplicable or impractical) while others do not:
Steps for reproduction
Load the model below. Set actuator control to
1
. Wait until contact happens.Minimal model for reproduction
Code required for reproduction
No response
Confirmations
The text was updated successfully, but these errors were encountered: