Can you provide a demo rendering urdf file? #221
Replies: 4 comments
-
This is the reference code for reading urdf files: |
Beta Was this translation helpful? Give feedback.
-
This looks like an interesting project—creating a demo that reads URDF files! The format seems fairly simple, so this could be a great way to get familiar with both JitterPhysics2 and URDF. You might want to start by parsing the file structure and identifying the joints. If you run into specific issues with integrating JitterPhysics2, feel free to ask! I'm converting this to a discussion since it's more of an exploration rather than a bug or missing feature in the engine. |
Beta Was this translation helpful? Give feedback.
-
How to define these two types of joints using jitterphysics2? |
Beta Was this translation helpful? Give feedback.
-
How to render such a link node? |
Beta Was this translation helpful? Give feedback.
-
I am doing robot simulation and plan to do simulation based on jitterphysics2. I am not familiar with physics engines and don't know how to use jitterphysics2 to write joint code in urdf. Can you provide a demonstration of joint motion in urdf and render it?
The following is the urdf path:
https://github.com/unitreerobotics/unitree_rl_gym/blob/main/resources/robots/go2/urdf/go2.urdf
The mesh is in .dae format, how to render it?
Beta Was this translation helpful? Give feedback.
All reactions