isaac-sim / OmniIsaacGymEnvs

Reinforcement Learning Environments for Omniverse Isaac Gym
Other
854 stars 217 forks source link

question about prim_paths #22

Open jonyzhang2023 opened 1 year ago

jonyzhang2023 commented 1 year ago

Hi, Thanks for the great jobs on Omniverse Isaac Gym. I have a question when I transfer policy from isaac gym. I used my own asset so I get a urdf file. I use isaac sim to import it as a usd file, but there is no prim_paths on isaac sim to save. So when I want to train by omni isaac gym, it shows wrong. How can I get prim file?

image

kellyguo11 commented 1 year ago

Hi there, when you import an URDF file as an USD file, you can save the imported USD stage as a .usd file. To retrieve the prim path of a particular prim in the stage, you can open the .usd file in Isaac Sim and use the Stage tab on the top right of the viewer. Pick the prim you'd like to get the path of, right click on the prim, and there will be an option to copy the prim path for that prim.