mujoco modular hierarchical design options #3217
Unanswered
Steph71
asked this question in
Asking for Help
Replies: 0 comments
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 wonder whether there are any best practices for modular hierarchical designs in mujoco xml.
If I understand right mujoco has an include statement to include files into a root xml scene.
My setup
However any references to other xml files or assets have to be relative to the root scene file ... which means that in structures like this:
will not work, because the paths in module*.xml can be either relative to the top level scene or to the module level scene.
My question
How would I setup such a hierarchical design .... I might also want to use the modules somewhere outside the tree they are defined in. How is this ment to work ?
Best Regards
Stephan
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions