mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
b6c49b2cd1
* Add package/.vitepress folders - more work to be done * Fix up config and add site/favicons * Update styles for wide tables * Rename English files from README.md to index.md * Add root home page * Update .gitignore for vitepress * Delete unused: travis, book, redirects * Fix up all Notes * Warnings and notes - convert to github format * Add running workflow * Add yarn lock file * Fix up links README.md to index.md * Add lock files
1.0 KiB
1.0 KiB
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.