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

  1. Top-Down Aerial Layer: High-resolution orthomosaic map generated from drone aerial imagery.
  2. 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! πŸ—ΊοΈ