Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 739 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 739 Bytes

FlightPlanner

Hierarchical UAV flight planner

This program is an experimental flight planner for simulated unmanned aerial vehicles (i.e. UAVs or "drones"). I wrote it as part of my master's thesis, Sensor-Driven Hierarchical Path Planning for Unmanned Aerial Vehicles Using Canonical Tasks and Sensors.

It uses a combination of A*, genetic algorithms, and love to generate a UAV flight path that satisfies constraints and achieves configurable tasks.

Branches

  • main - the working branch. Most up-to-date
  • UserStudy - has some customized machinery for running a user study as part of my master's thesis. For exmaple, a simulated communication task to help assess cognitive workload.