Replies: 1 comment
-
Thank you for posting this. To do this you currently need the absolute path, unfortunately. |
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.
-
How do I spawn or create Xform in InteractiveSceneCfg.
I know this function
prim_utils.create_prim("/World/envs/env_0/rope", 'Xform')
it is working fine but requires absolute path, i want to give it relative path because i need to create multiple environments.
Similarly, i need to create a joint between objects of InteractiveSceneCfg, I am doing
this also need absolute path and i have to add this joint after scene has been created. Is there any way to create joint while initiating scene.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions