import_urdf
Import a robot from a URDF file into an Isaac Sim scene by providing the file path, prim path, and optional world position.
Instructions
Import a robot from a URDF file into the scene.
Args: urdf_path: Path to the URDF file. prim_path: Prim path for the imported robot. position: [x, y, z] world position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| prim_path | No | /World/robot | |
| urdf_path | Yes | ||
| command_id | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |