Elements not obeying gravity #2260
Unanswered
Nick20500
asked this question in
Asking for Help
Replies: 1 comment 2 replies
-
@quagla can you take a look? My guess is that you have strong constraint forces that are somehow "leaking" into the dof forces (i.e. not obeying Newton's 1st law). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a undergrad student at ETH Zurich, I use MuJoCo for my research on Multimaterial deformable objects.
My setup
I use MuJoCo 3.2.5 with python bindings.
My question
I'm trying to simulate a chair dropping to the ground.
The chair is segmented in its parts its made of and each segment is a flexcomp element element and gets a diffrent youngs modulus assigned to.
In order for the segments of the object to really behave as a one object, I use equality constraints. These are in the ec.xml.
When simulating this scenario, not every part of the chair behaves as it should. As seen here in the video one corner seems not to be affected by gravity.
I can't figure out, why such behaviour would occur. Is there an error in my code? Is there a bug in mujoco?
Thank you very much for your time and help.
Minimal model and/or code that explain my question
The corresponding example with all necesseary files you can find here:
mujoco_error_example.zip
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions