An open-source cloud platform for operating drones in near real time.
Warning
This system is in an experimental state. Safety Recommendations can be found in the documentation, but they are no substitute for your local laws and regulations — you are solely responsible for complying with the legal framework applicable in your area when controlling unmanned aerial vehicles.
Prerequisites: Docker or a Docker Compose-compatible container runtime.
- Linux (tested on Ubuntu 24.04 LTS) & macOS
bash scripts/run_drone_grid.shThen open a browser on any computer that is connected to your local area network and access your local instance over mDNS:
http://<HOSTNAME_OF_YOUR_MACHINE>.local
You may then register a user and proceed with configuring your first drone.
Windows has not been tested for development. mDNS may not work as expected with WSL and virtualization in general. Currently, dual booting Ubuntu is the recommended solution for running Drone Grid locally on a Windows machine.