Unstable stacked blocks #2795
Unanswered
heaplax
asked this question in
Asking for Help
Replies: 1 comment 1 reply
-
Probably enable the multiccd flag can help? https://mujoco.readthedocs.io/en/stable/XMLreference.html#option-flag-multiccd |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a graduate student at UMass, I use MuJoCo for my research on block stacking.
My setup
mujoco 3.3.4
python API
macOS 15.5
My question
I found that when multiple blocks are stacked together, they can become unstable.
The issue seems to accumulate over time — it’s fine right after stacking, but becomes unstable after a while.
The simplest way to reproduce is to stack 20 blocks one on top of another in sequence.
I have tested running without visualization, and the issue still occurs.
I have also tried adjusting the following parameters, but none of them resolved the problem:
• solref
• solimp
• friction
• timestep
• integrator
• iterations
I would appreciate it if someone could suggest a suitable set of parameters to fix this issue.
Below are two videos demonstrating the issue.
1.mov
2.mov
Minimal model and/or code that explain my question
After starting, type 'start' to begin stacking blocks.
You will notice that the stack is stable right after it’s built, but after some time, it will fall over.
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions