PX4 Build Bot d831394627 New Crowdin updates (#629)
* New translations common.md (Korean)

* New translations dialects.md (Korean)

* New translations common.md (Chinese Simplified)

* New translations dialects.md (Chinese Simplified)

* New translations common.md (Korean)

* New translations common.md (Chinese Simplified)

* New translations common.md (Korean)

* New translations common.md (Chinese Simplified)

* New translations standard.md (Korean)

* New translations standard.md (Chinese Simplified)

* New translations storm32.md (Korean)

* New translations ardupilotmega.md (Korean)

* New translations storm32.md (Chinese Simplified)

* New translations ardupilotmega.md (Chinese Simplified)

* New translations all.md (Korean)

* New translations all.md (Chinese Simplified)
2025-09-23 08:31:41 +10:00
2025-06-11 16:36:54 +10:00
2025-09-23 08:31:41 +10:00
2025-09-23 08:31:41 +10:00
2024-11-27 16:59:53 +11:00
2024-09-19 21:44:52 +10:00
2017-05-02 14:23:07 +10:00
2025-02-13 10:56:18 +11:00
2018-06-14 16:28:01 +10:00

MAVLink Developer Guide

MAVLink is a very lightweight, header-only message marshalling library for micro air vehicles / drones.

MAVLink follows a modern hybrid publish-subscribe and point-to-point design pattern: Data streams are sent / published as topics while configuration sub-protocols such as the mission protocol or parameter protocol are point-to-point with retransmission.

Tip

Because MAVLink doesn't require any additional framing it is very well suited for applications with very limited communication bandwidth. It's 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.

MAVLink was first released early 2009 by Lorenz Meier and has now a significant number of contributors.

The content of this book is CC-BY 4.0 licensed.

S
Description
No description provided
Readme 31 MiB
Languages
Python 69.2%
JavaScript 22.9%
CSS 7.4%
Vue 0.5%