One of the coolest problems in autonomous robotics is aligning top-down aerial mapping (from a drone) with ground-level spatial telemetry (from an autonomous rover).
π°οΈ The Multi-Sensor Pipeline
- Top-Down Aerial Layer: High-resolution orthomosaic map generated from drone aerial imagery.
- Ground-Level Telemetry: Real-time 3D point cloud streaming from a LiDAR/VIO sensor on an ESP32/RP2040 micro-rover platform.
[Drone Aerial Orthomosaic]
β
ββββ (Coordinate Frame Alignment / Extrinsic Calibration)
βΌ
[Rover LiDAR / VIO Point Cloud @ Ground Level]
By visualising coordinate frames in Foxglove Studio, you can map relative ground-level obstacle vectors onto global aerial maps in real time! πΊοΈ