This project focuses on optimizing the flight path of an unmanned aerial vehicle (UAV) to improve efficiency and navigation performance.
The goal is to compute better paths by reducing travel distance while avoiding obstacles and constraints.
This project was developed as part of my aerospace engineering learning and project work.
- Optimize drone flight paths between waypoints
- Minimize total distance and/or cost
- Explore algorithmic approaches for UAV navigation
- Apply programming concepts to an aerospace problem
- Python
- NumPy
- Matplotlib
- Basic optimization / path-planning logic