mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
a737ad3e4d
* Prettier the docs except for messages * Fix broken link and tidy table
Getting Started
Download or Generate MAVLink source files for your dialect:
- Download the pre-built MAVLink source files if you're working in a C/C++ project and using standard dialects.
- Generate the MAVLink source files to use any other supported language, add/modify messages or dialects, or use the example scripts:
The following topics explain how to include the files in your project and use MAVLink:
- Use the MAVLink Source Files explains how to include the source files in your project and send messages.
- Message Definitions contains human-readable explanations of the messages.
- Microservices explains the main sub-protocols for working with missions, cameras, images, parameters etc.