MAVLink-Standard Definitions
The following XML definition files are part of the standard set that are managed by this project. They contain messages, commands, and enums that are expected to be used in multiple flight stacks and ground stations:
common.xml - the set of entities that have been implemented in at least one core flight stack (and including those in
standard.xml
andcommon.xml
).TIP
Most developers should use this set of definitions.
standard.xml — the standard set of entities that are implemented by at least two core flight stacks, in a compatible way.
minimal.xml — the minimum set of entities (messages, enums, MAV_CMD) required to set up a MAVLink network.
INFO
See Dialects & Test Definitions for flight-stack specific XML definitions.
Development Definitions
The following definitions are being considered for inclusion in the standard definitions. They are a "work in progress" and should not be used in released software.
- development.xml — XML definitions that are proposed for inclusion in the standard definitions.
- Any standard definitions that have
<wip />
tags.
See Also
- Dialects & Test Definitions
- XSD schema
- mavlink/message_definitions - Source of all XML definition files