ADocumentation Index
Fetch the complete documentation index at: https://docs.altnautica.com/llms.txt
Use this file to discover all available pages before exploring further.
LidarDriver yields point-cloud frames from a spinning,
solid-state, or single-line ranging device.
The interface
Capabilities
Frames
EachLidarFrame carries a list of LidarPoint in the sensor body
frame: +x forward, +y left, +z up. Coordinates are metres.
Manifest permissions
Single-line vs spinning
The agent does not distinguish single-beam rangefinders from full 3D LiDARs at the driver layer. A 1D rangefinder ships frames withpoints_per_frame=1. The host’s avoidance and SLAM consumers
already handle the degenerate case.
See also
- Driver layer for the contract.
- Hardware testing for replay patterns when no LiDAR is on the bench.