shelklas / Vultron

Flight Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vultron

Fully integrated Flight Management System. Allows for automated flight guidance following a given flight plan.

Getting Started

Input for the flight are given through the main.cpp. There is no limit to how large your flight plan is. Due to the accuracy of civilian GPS modules, you MUST have the waypoints at least 10 meters apart from one another.

Dependencies

Installation

To run on your computer:

git clone https://github.com/shelklas/Vultron

The following programs must be installed:

sudo apt-get install gpsd gpsd-clients libgps-dev

Assumptions

The program assumes the GPS is correctly installed on pin /dev/ttyAMA0. If this is not done, the program will NOT be able find the GPS module. You may use any GPS that is able to be processed by GPSD.

About

Flight Management System


Languages

Language:C++ 97.5%Language:Shell 2.5%