...
(todo: flow chart for pipelines and + more visual diagrams + code snippets + polar histogram diagram)
detection
The system configures LiDAR settings and fetches LiDAR readings
These readings contain distance and angle values that represent the environment around the drone.
The Detection module ensures that valid LiDAR detections are processed while filtering out invalid or noisy data.
These detections are passed to the LiDAR Parser for further processing in the form of LidarDetection objects.
...