Change in attach Behavior for Included Bodies in MuJoCo 3.2.6 #2287
Unanswered
ValentinaGiannotti
asked this question in
Asking for Help
Replies: 1 comment
-
Can you please add a minimal example that explains what you are describing? Your description is hard to follow. What happened before, what is happening now. |
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
-
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
In MuJoCo version 3.2.6, I’ve encountered an issue with body attachment when including a body defined in another file using the
attach
feature. In this version, the included body is automatically fixed to the world, whereas in version 3.2.3, theattach
feature allowed the included body to remain an independent entity. Previously, adding afreejoint
to the included body enabled free movement, but this approach no longer works in the latest version.To address this, I’m considering merging all the code into a single file, which would restore the desired behavior. However, I’m seeking a more efficient and elegant solution. Is it possible to modify the XML structure or configure the included body differently to regain its independent functionality without having to consolidate everything into one file?
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions