create_lidar
Add a lidar sensor to a scene with configurable position, rotation, and lidar configuration.
Instructions
Add a lidar sensor to the scene.
Args: prim_path: Prim path for the lidar. position: [x, y, z] world position. rotation: [rx, ry, rz] rotation in degrees. config: Lidar configuration name (e.g. "Example_Rotary").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prim_path | No | /World/Lidar | |
| position | No | ||
| rotation | No | ||
| config | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |