Problem with Suspension Simulation: Cable Not Showing Stretch Under Load #2273
Replies: 1 comment 7 replies
-
Hi @ValentinaGiannotti the cable cannot stretch, it's meant for situation where the tensile load is negligible compared to the other forces. If you have a cable in a tensile configuration, I would recommend using flexcomp instead. I have added an extensible 1D example last week https://github.com/google-deepmind/mujoco/blob/main/model/flex/pulley.xml (note that I haven't had the time to add bending and twist stiffness to this extensible cable yet) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a student at University of Federico II, I use MuJoCo for my research .
My setup
Mujoco 3.2.6
My question
Hi everyone,
I'm working on implementing a suspension system in MuJoCo to analyze the oscillations of an object hanging from a cable. I've modeled the cable as a composite object of type cable and added a constraint to attach the object to the cable. However, I'm encountering an issue: while the object remains suspended, suggesting that the cable stretches due to the weight, this deformation is not visually represented in the simulation.
I’ve tried tuning the equality solref parameters, but the object continues to float as if disconnected. Additionally, the heavier the object, the further it drifts away from the cable.
Minimal model and/or code that explain my question
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions