mavlink-message-definitions 0.6.7

MAVLink message definitions in MAVInspect format
Documentation
1
2
3
4
5
6
7
8
9
10
11
Extra MAVLink Dialects
======================

You can add your own dialects into this directory. These dialects are enabled by `extra-dialects` feature flag.

At the moment, we provide only a simple [`ExampleMAVSpecDialect`](ExampleMAVSpecDialect.xml) dialect. It is not
necessary for correct functioning.

Note, that only dialects marked with the `extra` tag in [`.dialects-metadata.yml`](.dialects-metadata.yml) will be
correctly filtered by [MAVSpec](https://crates.io/crates/mavspec) and
[MAVLink dialects](https://crates.io/crates/mavlink-dialects). Dialects without such tag will be filtered out.