Desktop

Satellite Ground Station & Digital Twin

Unity-based ground station that monitors drone/rover missions in real time, plans routes, and stays synchronized with a digital twin.

C#UnityMapboxUDP

01Overview

GroundStationRoute is a Unity-based ground station. Drone and rover missions are planned on a Mapbox map, telemetry is monitored in real time, and the state of the field is kept in sync with a digital twin.

At its centre sits a mission engine: it tracks mission phases (scan, joint operation, dynamic replan, complete), processes obstacle/target/voxel deltas and replans the route when needed. Data arrives over UDP, and every message is validated and answered with an ACK/NACK.

02Key Features

03Engineering Notes