MAVSDK

使用 C++11 编写的 MAVLink 的 PX4 自动驾驶仪的 API 和库。「API and library for PX4 Autopilot using MAVLink written in C++11」

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownermavlink/MAVSDK
Primary LanguageC++
Program languageCMake (Language Count: 6)
PlatformAndroid, iOS, Linux, Mac, Windows
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2017-06-19 19:54:57
Pushed At2025-05-16 04:38:16
Last Commit At
Release Count143
Last Release Namev3.4.0 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count700
Watchers Count49
Fork Count546
Commits Count6k
Has Issues Enabled
Issues Count887
Issue Open Count94
Pull Requests Count1467
Pull Requests Open Count9
Pull Requests Close Count213
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private