Export 3D model from mujoco geom/mjcf #2368
Unanswered
Brycewan
asked this question in
Asking for Help
Replies: 2 comments 2 replies
-
Is this what you are looking for? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@yuvaltassa |
Beta Was this translation helpful? Give feedback.
2 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 student at Shanghai Qi Zhi Institute, I use MuJoCo for my research on frction.
My setup
MuJoCo 3.2.3
python API
My question
In mujoco it is very quick and easy to generate a bot by setting body, joint, geom in xml and this bot can be visualized as an entity by mujoco.Renderer to get an image of it. I'm a bit curious how the rendering is achieved, and how I should go from a defined mjcf to a 3D model in a forma like stl or something like that. If so that I can use it for more advanced rendering with other existing tools instead of just using the visualisation tools that come with mujoco. Because I need to get the 3d model to do some more advanced rendering operations than just using mujoco's own visualisation tools or opengl.
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions