Problems with Vertical Drop Simulations #2386
-
IntroHi! I am a researcher at Institute for Artificial Intelligence, University of Bremen, I use MuJoCo for my research. My setupMuJoCo 3.2.6 My questionMontessoriBox.mp4I'm working on simulating a Montessori box where I drop six different objects—five primitive shapes—into various drawers. In the simulation, as shown in the video, four objects behave as expected, but the two blue ones do not. Despite adjustments to various parameters, I haven't resolved this issue. Here are my questions:
Minimal model and/or code that explain my questionConfirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Interestingly it only happens with the cylinder and box objects. Interestingly, enabling Reducing |
Beta Was this translation helpful? Give feedback.
Interestingly it only happens with the cylinder and box objects. Interestingly, enabling
multiccd
andnativeccd
resolves the penetration issue, and you could use that as a fix for now.Reducing
solref
's time constant (the first element) for the collisions also prevents the penetrations (the contacts become stiffer and the objects do not penetrate below the drawer)