Using strippath without modifying the xml #2845
Unanswered
robin-moss
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 am a software engineer, using MuJoCo for Robotic Simulation
My setup
Python 3.10
mujoco 3.3.5
Ubuntu 24.04lts
My question
I was trying to avoid modifying the incoming XML (URDF) to include the compiler settings, and found that I cannot programmatically set
strippath
on MjSpec (and have it take affect).What I've tried:
strippath
onMjSpec
staticallystrippath
on createdMjSpec
(causes an exception)strippath
in as a kwarg for from_string/from_file (causes an exception)Can you let me know if I've missed something, or if the only option for overriding strippath is via the compiler settings in the XML file itself?
Thanks
Minimal model and/or code that explain my question
Output:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions