LiDAR floor tracker
lidar_floor_trackerBuild a floor-occupancy tracker for LiDAR point input, generating tracked points and a floor preview. Supports synthetic rehearsal and hardware sensors with inactive-by-default modes.
Instructions
Build a floor-occupancy tracker scaffold for synthetic rehearsal, Ouster TOP, Leuze ROD4 CHOP, or UDP point input. Produces a tracked_points CHOP plus a floor preview TOP; hardware modes default inactive and remain explicitly unverified until a real sensor is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Generated container name. | lidar_floor_tracker |
| port | No | UDP/network input port. | |
| active | No | Enable live hardware input immediately. Defaults false for rehearsal safety. | |
| sensor | No | Sensor scaffold to create. Hardware modes stay inactive by default. | synthetic |
| threshold | No | Occupancy threshold. | |
| parent_path | No | Parent COMP path to build inside. | /project1 |
| floor_depth_m | No | Tracked floor depth in meters. | |
| floor_width_m | No | Tracked floor width in meters. | |
| sensor_address | No | IP address for Ouster/Leuze hardware modes. | |
| expose_controls | No | Expose Threshold and Scale controls. |