Terrain using multiple .usd files #1396
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I haven't done this myself, but looking at the documentation here: https://isaac-sim.github.io/IsaacLab/main/source/api/lab/omni.isaac.lab.terrains.html#omni.isaac.lab.terrains.TerrainImporter.import_usd It looks like each time you import a USD file as the terrain it will only import the first mesh in the USD scene. From there, each imported terrain is added to a key value dictionary, so it seems like you should be able to call 'import_usd' more than once. |
Beta Was this translation helpful? Give feedback.
I haven't done this myself, but looking at the documentation here: https://isaac-sim.github.io/IsaacLab/main/source/api/lab/omni.isaac.lab.terrains.html#omni.isaac.lab.terrains.TerrainImporter.import_usd
It looks like each time you import a USD file as the terrain it will only import the first mesh in the USD scene. From there, each imported terrain is added to a key value dictionary, so it seems like you should be able to call 'import_usd' more than once.