DronecodeSDK

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

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者mavlink/MAVSDK
主編程語言C++
編程語言CMake (語言數: 6)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2017-06-19 19:54:57
推送於2025-06-13 03:44:04
最后一次提交
發布數144
最新版本名稱v3.5.0 (發布於 )
第一版名稱v0.1.0 (發布於 )
用户参与
星數732
關注者數49
派生數554
提交數6k
已啟用問題?
問題數894
打開的問題數80
拉請求數1479
打開的拉請求數9
關閉的拉請求數213
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?