get_lidar_point_cloud
Retrieve typed point cloud fields from a lidar sensor in Isaac Sim by providing its prim path. Choose metadata, artifact, or inline return modes for flexible integration.
Instructions
Get typed point cloud fields from a lidar sensor.
Args: prim_path: Prim path of the lidar sensor. output_path: Optional explicit .npz path for artifact mode. return_mode: metadata, artifact, or inline. Defaults to artifact. inline_max_bytes: Maximum encoded NPZ bytes allowed in inline mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prim_path | No | /World/Lidar | |
| command_id | No | ||
| output_path | No | ||
| return_mode | No | artifact | |
| idempotency_key | No | ||
| inline_max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |