Tendon and Inertia #2514
Unanswered
jubra97
asked this question in
Asking for Help
Replies: 1 comment 3 replies
-
Nice that you're asking for this, we are currently working on this feature 🙂 Hopefully in the next month or so. |
Beta Was this translation helpful? Give feedback.
3 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 at the University of Augsburg, I use MuJoCo for my research on cable driven parallel robots. In a first step, I want to simulate an Atwood machine.
My setup
I use Python 3.12.5 and MuJoCo 3.2.5.
My question
I am currently simulating an Atwood machine where a mass is attached to a tendon that runs over a pulley. However, instead of having another mass on the other side, the tendon is fixed at one end. I can apply a force F to shorten the tendon and by that moving the mass.

In the real system I want to model, the tendon is wrapped around a motor-driven spool to shorten it. This spool has its own moment of inertia, which I would like to include in my simulation.

I can transform the moment of inertia in a translational mass, but this is mass is affected by gravity, while the moment of inertia is not. Is there a way to add mass to the tendon that is not affected by gravity? Something like armature for joints? Or is there any other way to model this effects? Can I add a cylindrical body next to the tendon and add a constraint that the body has to rotate along with the tendon?
Thank you!
Minimal model and/or code that explain my question
Here is the model of the basic Atwood machine (without inertia):
Model:
minimal XML
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions