LAPTOP-OJRG74I8\senco 5bcad7edd0 更改了通信协议 stablize 的初始深度 1 yıl önce
..
cmake a136536ff5 watchrobot first commit 1 yıl önce
doc a136536ff5 watchrobot first commit 1 yıl önce
examples a136536ff5 watchrobot first commit 1 yıl önce
message_definitions 5bcad7edd0 更改了通信协议 stablize 的初始深度 1 yıl önce
pymavlink a136536ff5 watchrobot first commit 1 yıl önce
scripts a136536ff5 watchrobot first commit 1 yıl önce
.gitignore a136536ff5 watchrobot first commit 1 yıl önce
.gitmodules a136536ff5 watchrobot first commit 1 yıl önce
.travis.yml a136536ff5 watchrobot first commit 1 yıl önce
CMakeLists.txt a136536ff5 watchrobot first commit 1 yıl önce
CONTRIBUTING.md a136536ff5 watchrobot first commit 1 yıl önce
COPYING a136536ff5 watchrobot first commit 1 yıl önce
README.md a136536ff5 watchrobot first commit 1 yıl önce
config.h.in a136536ff5 watchrobot first commit 1 yıl önce
mavgenerate.py a136536ff5 watchrobot first commit 1 yıl önce
pc.in a136536ff5 watchrobot first commit 1 yıl önce

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.