Git Product home page Git Product logo

mavsdk's Introduction

MAVSDK

travis-ci build status Coverage Status

Description

MAVSDK is a set of libraries providing a high-level API to MAVLink. It aims to be:

  • Easy to use with a simple API supporting both synchronous (blocking) API calls and asynchronous API calls using callbacks.
  • Fast and lightweight.
  • Cross-platform (Linux, Mac, Windows, iOS, Android).
  • Extensible (using compile-time plugins).
  • Fully compliant with the MAVLink common microservices standard/definitions.

The core library is written in C++ and is used as the common "backend" to auto-generated front end libraries for different programming languages. The generated libraries share similar APIs (because they are autogenerated from a common interface) but follow idiomatic patterns expected by end users (for example, the Python library is installed from PyPi using pip, and includes everything you need to get up and running).

This repo contains the source code for the C++ core. Other important repos include:

Status

  • C++ core library (2016). Reliable and stable - used in production.
  • MAVSDK-Swift (2018): Reliable and stable - used in production.
  • MAVSDK-Python (2019): First PyPi release 2019.
  • MAVSDK-Java (2019): Prototype.
  • MAVSDK-JavaScript (2019). Proof of concept.

Docs (Build instructions etc.)

Instructions for how to use the C++ library can be found in the SDK Guide (links to other programming languages can be found from the documentation sidebar).

Quick Links:

License

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

mavsdk's People

Contributors

julianoes avatar jonasvautherin avatar hamishwillee avatar darioxz avatar douglaswsilva avatar irsdkv avatar dbowerman avatar krady21 avatar rjasuja avatar cswkim avatar bozkurthan avatar stifael avatar shrit avatar coderkalyan avatar bkueng avatar dagar avatar katawann avatar aokholm avatar mzahana avatar patrickelectric avatar a6a3uh avatar avinash-palleti avatar mrpollo avatar kamilritz avatar danielepettenuzzo avatar elbarto1980 avatar shusilshapkota avatar jaeyoung-lim avatar tomasz-lewicki avatar jzaturensky avatar

Watchers

James Cloos avatar

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.