MISSION PLANNING FOR DRONES
This project provides a minimal Python-based solution for planning drone missions, which involves navigating through a set of points while avoiding no-go zones and optimizing routes for multiple drones based on their capacities.
To run this project, you need Python 3.11 and some additional libraries. You can install the required packages using pip
:
pip install -r requirements.txt