Building a cable with MjSpecs #2798
Replies: 1 comment 1 reply
-
Hi, despite the fact that I am the author of both the cable and mjSpec, unfortunately there is no easy way to combine the two. But I do see your point, it would be good to have a helper function in mjSpec. A workaround is to create an mjSpec by parsing an XML string that contains the cable (like in the model you pasted), and then edit that mjSpec or attach it to your more complex scene. |
Beta Was this translation helpful? Give feedback.
1 reply
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 Ph.d student, and I use MuJoCo for my research on manipulation of deformable object, specifically deformable linear objects. I am a happy user of MuJoCo and have a quick question.
My setup
My Setup:
Ubuntu 24.04
mujoco 3.3.5
My question
How can i use MuJoCo Specs (MjSpecs) to make a cable like I would in mjcf (from here)? :
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions