Given a fleet of drones, a list of customer orders, and availability of the individual products in warehouses, schedule the drone operations so that the orders are completed as soon as possible.
-
Updated
Oct 8, 2023 - Java
Given a fleet of drones, a list of customer orders, and availability of the individual products in warehouses, schedule the drone operations so that the orders are completed as soon as possible.
A Python drone routing simulator that parses zone maps, finds efficient paths, schedules multiple drones, and minimizes simulation turns under capacity constraints.
An advanced UAV pathfinding engine that optimizes 3D flight routes for energy consumption by analyzing live weather, topography, and airspace restrictions.
RRT path-planning for drones in Manhattan using OSM building data, altitude slicing, shapely collision checks, and full 2D/3D visualization. Automatically finds the lowest safe altitude.
Terrain-aware autonomous survey drone fleet routing — real GIS/DEM, OR-Tools VRP, Dijkstra/A*, Held-Karp TSP, Edmonds-Karp max-flow, Kruskal MST
To associate your repository with the drone-routing topic, visit your repo's landing page and select "manage topics."