FoodDelivery/mavlink
tk b708b47c4b 【类 型】:fix
【主	题】:添加库文件
【描	述】:
	[原因]:
	[过程]:
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2024-06-14 17:16:36 +08:00
..
common 【类 型】:fix 2024-06-14 17:16:36 +08:00
matrixpilot 【类 型】:fix 2024-06-14 17:16:36 +08:00
message_definitions 【类 型】:fix 2024-06-14 17:16:36 +08:00
minimal 【类 型】:fix 2024-06-14 17:16:36 +08:00
pixhawk 【类 型】:fix 2024-06-14 17:16:36 +08:00
sensesoar 【类 型】:fix 2024-06-14 17:16:36 +08:00
slugs 【类 型】:fix 2024-06-14 17:16:36 +08:00
test 【类 型】:fix 2024-06-14 17:16:36 +08:00
ualberta 【类 型】:fix 2024-06-14 17:16:36 +08:00
.DS_Store 【类 型】:fix 2024-06-14 17:16:36 +08:00
checksum.h 【类 型】:fix 2024-06-14 17:16:36 +08:00
mavlink_helpers.h 【类 型】:fix 2024-06-14 17:16:36 +08:00
mavlink_protobuf_manager.hpp 【类 型】:fix 2024-06-14 17:16:36 +08:00
mavlink_types.h 【类 型】:fix 2024-06-14 17:16:36 +08:00
mavlink.h 【类 型】:fix 2024-06-14 17:16:36 +08:00
protocol.h 【类 型】:fix 2024-06-14 17:16:36 +08:00
README 【类 型】:fix 2024-06-14 17:16:36 +08:00

MAVLink Micro Air Vehicle Message Marshalling Library

This is a library for lightweight communication between
Micro Air Vehicles (swarm) and/or ground control stations.

It serializes C-structs for serial channels and can be used with
any type of radio modem.

To generate/update packets, select mavlink/message_definitions/mavlink_standard_message.xml
in the QGroundControl station settings view, select mavlink as
the output directory and click on "Save and Generate".
You will find the newly generated/updated message_xx.h files in
the mavlink/generated folder.

To use MAVLink, #include the <mavlink.h> file, not the individual
message files. In some cases you will have to add the main folder to the include search path as well. To be safe, we recommend these flags:

gcc -I mavlink -I mavlink/<your message set, e.g. common>

For more information, please visit:

http://pixhawk.ethz.ch/wiki/software/mavlink/

(c) 2009-2011 Lorenz Meier <pixhawk@switched.com> / PIXHAWK Team