load_usd
Load a USD asset from a URL or local file into the Isaac Sim scene, setting its position and scale.
Instructions
Load a USD asset from a URL or file path into the scene.
Args: usd_url: URL or local path to the USD file. prim_path: Prim path for the loaded asset. position: [x, y, z] world position. scale: [sx, sy, sz] scale factors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usd_url | Yes | ||
| prim_path | No | /World/my_usd | |
| position | No | ||
| scale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |