import_urdf
Load a robot from a URDF file into the Isaac Sim scene, specifying file path, prim path, and 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 |
|---|---|---|---|
| urdf_path | Yes | ||
| prim_path | No | /World/robot | |
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |