项目作者: shelklas

项目描述 :
Flight Management System
高级语言: C++
项目地址: git://github.com/shelklas/Vultron.git
创建时间: 2017-11-02T04:48:15Z
项目社区:https://github.com/shelklas/Vultron

开源协议:

下载


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

  • GPSD - GPS Framework used
  • Adafruit BNO055 - 9 DOF Orientation Sensor Driver
  • libgps-dev - Used to communicate with GPSD

    Installation

    To run on your computer:
    1. git clone https://github.com/shelklas/Vultron

The following programs must be installed:

  1. 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.