danny wang efe42ec6d3 主要修改了对应限制Dshort的修改以及mavlink的修改 před 1 rokem
..
cmake 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
doc 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
examples 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
message_definitions efe42ec6d3 主要修改了对应限制Dshort的修改以及mavlink的修改 před 1 rokem
pymavlink 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
scripts 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
.gitignore 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
.gitmodules 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
.travis.yml 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
CMakeLists.txt 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
CONTRIBUTING.md 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
COPYING 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
README.md 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
config.h.in 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
mavgenerate.py 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky
pc.in 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 před 2 roky

README.md

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:

License

MAVLink is licensed under the terms of the Lesser General Public License (version 3) of the Free Software Foundation (LGPLv3). The C-language version of MAVLink is a header-only library which is generated as MIT-licensed code. MAVLink can therefore be used without limits in any closed-source application without publishing the source code of the closed-source application.

See the COPYING file for more info.