Coder Social home page Coder Social logo

cuautodrone / dronecore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mavlink/mavsdk

0.0 1.0 1.0 1.21 MB

API and library for PX4 Autopilot using MAVLink written in C++11

Home Page: http://dronecore.io/

License: BSD 3-Clause "New" or "Revised" License

CMake 5.17% Makefile 0.65% C++ 84.84% C 0.05% Shell 1.41% Python 7.87%

dronecore's Introduction

DroneCore

travis-ci build status appveyor build status Coverage Status

Description

DroneCore is an API and library for the PX4 flight stack using Mavlink.

It is written in C++ and aiming to be:

  • Easy to use with a simple API.
  • Fast and lightweight.
  • Cross-platform (Linux, Mac, Windows, iOS, Android).
  • Extensible (using compile-time plugins).

Roadmap

The next steps will be:

  • Add Camera settings and actions interface.
  • Add language bindings for Android, iOS, and Python

Interfacing

DroneCore currently takes care of the mavlink messaging using a UDP network connection to the drone. Connecting via TCP, or serial is planned but not implemeted yet.

The library provides both synchronous (blocking) API calls, as well as asynchronous API calls using callbacks.

API Overview

API consumers use the DroneCore class to discover and manage vehicles (Device objects), which in turn provide access to all other drone information and control objects (e.g. Telemetry, Mission etc.).

The links below take you to the respective header files:

For more information see the API Overview in the DroneCore Guide.

Guide Docs (Build instructions etc.)

Instructions for how to use the library can be found in the DroneCore Guide.

Quick Links:

License

The DroneCore project is licensed under the permissive BSD 3-clause, see LICENSE.md.

Authors

See AUTHORS.md.

dronecore's People

Contributors

julianoes avatar darioxz avatar jonasvautherin avatar hamishwillee avatar rjasuja avatar avinash-palleti avatar mrpollo avatar mrivi avatar bkueng avatar bertkitepower avatar dagar avatar fklabach avatar dogmaphobic avatar maetugr avatar xgerrmann avatar

Watchers

James Cloos avatar

Forkers

joythean

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.