The Air-to-Ground Search Project will implement and compare several path planning algorithms to determine the most efficient flight paths for aircraft operating in a 2D grid world. The algorithms aim to maximize grid coverage while minimizing movements, adhering to constraints such as fixed movement patterns (forward, left, right) and navigating around static obstacles.
- Jack Madison
- Debora Andrade
- Makalyn Kline
- Jordan Lewis
- Garrett Wacker
- Jakob Ferguson
- Front-End: React.js
- Back-End: Python
cd "$(git rev-parse --show-toplevel)"; cd backend; pip install Flask; pip install flask_cors; pip install matplotlib; pip install noise; cd ../client; npm install; npm run build;
cd "$(git rev-parse --show-toplevel)"; python backend/src/main.py;