-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAVLink messages update Thu Dec 5 05:57:58 UTC 2024
- Loading branch information
1 parent
da8dd1d
commit 8d62317
Showing
22 changed files
with
265 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!-- THIS FILE IS AUTO-GENERATED FROM XML: https://github.com/mavlink/mavlink/blob/master/doc/mavlink_xml_to_markdown.py (Do not update mavlink-devguide) --> | ||
|
||
# Dialects | ||
|
||
MAVLink _dialects_ are XML definition files that define _protocol-_ and _vendor-specific_ messages, enums and commands. | ||
|
||
::: warning | ||
Dialects are not managed by this project! | ||
|
||
- They are typically used in only one particular flight stack, and are managed by that flight stack. | ||
The XML usually includes owner information as a header comment. | ||
- Vendor forks of MAVLink may contain XML entities that have not yet been pushed into the main repository (and will not be documented). | ||
|
||
::: | ||
|
||
The dialect definitions are: | ||
|
||
- [cubepilot.xml](cubepilot.md) | ||
- [ardupilotmega.xml](ardupilotmega.md) | ||
- [matrixpilot.xml](matrixpilot.md) | ||
- [ASLUAV.xml](ASLUAV.md) | ||
- [csAirLink.xml](csAirLink.md) | ||
- [storm32.xml](storm32.md) | ||
- [icarous.xml](icarous.md) | ||
- [AVSSUAS.xml](AVSSUAS.md) | ||
- [uAvionix.xml](uAvionix.md) | ||
- [paparazzi.xml](paparazzi.md) | ||
- [ualberta.xml](ualberta.md) | ||
- [loweheiser.xml](loweheiser.md) | ||
|
||
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects. | ||
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44). | ||
A typical pattern is for a dialect to include [common.xml](../messages/common.md) (containing the _MAVLink standard definitions_), extending it with vendor or protocol specific messages. | ||
|
||
## See Also | ||
|
||
- [MAVLink-Standard Definitions](index.md) | ||
- [XSD schema](../guide/xml_schema.md) | ||
- [mavlink/message_definitions](https://github.com/mavlink/mavlink/blob/master/message_definitions/) - Source of all XML definition files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.