Where is the usd file in the omniisaac gymenvs code

The robot code in omniisaac gymenvs includes the line "Self._usd_path = assets_root_path + “/Isaac/Robots/ANYbotics/anymal_instanceable usd”
What if I add my own usd file to this path(Because this folder I found was locked)? Or how should I modify my own usd file when applying it to this project?

Also, what does the prim_path mentioned in the code mean and how do I define it when I use the new usd file? Thank you very much

To add your own USD you have to create the instanceable version of them. The most success I had was following this:

Thank you very much for your reply, it is very valuable. Well, I have a new idea, and I’m going to try it

1 Like