Replies: 2 comments
-
|
Hi @wkoa, thank you for posting your question. It is possible to load the exported usd during simulation: from isaacsim.core.utils.stage import add_reference_to_stage
# This works while sim is playing:
prim = add_reference_to_stage(
usd_path="/path/to/my_robot.usd",
prim_path="/World/NewRobot"
)
# PhysX picks it up on next step What you cannot do is modify physics attributions in the prims after being loaded if simulation already started (i.e. world.reset, timeline.play already called). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Since we haven’t heard back in over two weeks, we’ll go ahead and close this discussion for now. If you’re still running into this issue or have more details to share, please feel free to reopen a new discussion or comment here and we can revisit it. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It does not work.
Beta Was this translation helpful? Give feedback.
All reactions