How to better control the composite model with light mass #3016
Unanswered
rodriguesvinay
asked this question in
Asking for Help
Replies: 1 comment
-
|
Hi! Thanks for the detailed question. I think I had a few potential solutions for the lateral drift you're seeing with your lightweight rope. Since increasing the mass eliminated the drift, it's related to numerical stability and to the contact solver's convergence with lightweight bodies. Maybe you can try adjusting the following parameters:
Hope that helps (just stumbled on this question when I'm using mujoco myself) |
Beta Was this translation helpful? Give feedback.
0 replies
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 researcher, I use MuJoCo for my research on deformable object manipulation.
My setup
mujoco 3.1.6 (python version)
Ubuntu 20.04.6 LTS, 64-bit
My question
I see that when I do a linear pulling motion, the rope (cable) drifts laterally. I checked the friction is active which I kept as 0.3. But maybe it's due to it's light mass. I have 20 segments each of 0.0025 units. I say because when I increased the mass of the segments to 0.05 then it did not create the drift. The video below shows the drifting with the original mass.
I am curious what other parameter tweaking can help to prevent the drifting motion if I want to keep the same mass. Thank you!
2026-01-10_20-33-36.online-video-cutter.com.mp4
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions