Giter Club home page Giter Club logo

autopilot's Introduction

This is the source code for the ANCL Heliocpter autopilot.

Directory structure:

src/ - Source files
src/tests/ - test files for isolating components of the autopilot
extern/ - External library headers
lib/ - Precompiled external libraries

============================

To import the source into QNX Momentics IDE:

1. File->New->QNX C++ Project
2. Project name = Autopilot
3. Uncheck "Use default location"
4. Set location to src directory
5. Uncheck "Generate default file"
6. Click Next
7. Select appropriate Build Variant (e.g., x86 debug)
8. Click Finish

============================

Generate Documentation

$ cd src
$ doxygen

the documentation will be placed in the doc directory.

============================

MAVLink Dependency

The official MAVLink source can be found at https://github.com/mavlink/mavlink

However, this autopilot is built against a custom version which is not always in sync with the official version.
Therefore, it is recommended that to build the autopilot you clone our custom version available from
https://github.com/ancl/mavlink.  Note, we are currently using the v10release branch.

Similar to QGroundControl (http://qgroundcontrol.org) this software expects MAVLink to be stored in the same directory as the autopilot source.
In other words, after cloning the autopilot and mavlink you should see both of the folders in a single directory listing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.