I have a project that I have saved that as USD, now in Isaac sim, I want to import that USD file, how can I import a USD to the project with standalone python script?
You can load the .USD as a new stage or add it as a reference to the current stage, for example
-
Open the .USD as a new stage
-
open_stage
: omni.usd module — kit-sdk 103.1 documentation - standalone python example:
standalone_examples/api/omni.isaac.kit/load_stage.py
-
-
Add USD reference to the opened stage
-
add_reference_to_stage
: Core [omni.isaac.core] — isaac_sim 2022.1.1-release.1 documentation - standalone python example:
standalone_examples/api/omni.isaac.core/simulate_robot.py
-
Very Good, Thank you
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.