Skip to content

PX4-Gazebo-Simulation/mavlink

This branch is 1019 commits behind mavlink/mavlink:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 2, 2014
May 8, 2018
Feb 26, 2018
Apr 29, 2018
Mar 14, 2012
Feb 19, 2018
Feb 8, 2018
Jan 27, 2017
Aug 19, 2017
Sep 11, 2017
Dec 11, 2015
Feb 20, 2018
May 16, 2016
Feb 21, 2018
Mar 22, 2012
Apr 25, 2018
Dec 3, 2014

Repository files navigation

Build Status

MAVLink

MAVLink -- Micro Air Vehicle Message Marshalling Library.

MAVLink is a very lightweight, header-only message library for communication between drones and/or ground control stations. It consists primarily of message-set specifications for different systems ("dialects") defined in XML files, and Python tools that convert these into appropriate source code for supported languages. There are additional Python scripts providing examples and utilities for working with MAVLink data.

Tip MAVLink is very well suited for applications with very limited communication bandwidth. Its reference implementation in C is highly optimized for resource-constrained systems with limited RAM and flash memory. It is field-proven and deployed in many products where it serves as interoperability interface between components of different manufacturers.

Key Links:

About

Marshalling / communication library for drones.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 45.1%
  • CMake 44.7%
  • Python 5.7%
  • Shell 4.3%
  • Makefile 0.2%