How to convert CAD to Mujoco model? #3036
Unanswered
ThomasVuNguyen
asked this question in
Asking for Help
Replies: 2 comments
-
|
CAD (save parts as .obj) -> mesh decomposition -> decomposed.obj (mesh) -> xml file -> mujoco |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I use onshape-to-robot. It works well but has some limitations. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a Robotics Hobbyest, I use MuJoCo to train different types of animal designs.
My setup
I use MuJoCo on my Ubuntu server with Python.
My question
Hey guys, I have been trying to convert my CAD file into Mujoco, so I can realistically simulate and train the exact robot.
It's been difficult because step file doesnt have all the information Mujoco needs, and the whole process is very manual & frustrating.
Is there another way to do this right?
Thanks.
For context, I'm using Onshape, but open to other workflow suggestions as I will be building and training robots a lot. I want to prioritize for iteration speed.
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions