This updates mavlink to the latest definitions with a few omissions:
all.xml
development.xml
minimal.xml
python_array_test.xml
standard.xml
storm32.xml
test.xml
I instead embed the minimal.xml definitions directly into common.xml because the generator does not currently work properly with includes. storm32.xml is omitted because it also includes other definitions. The remainder are omitted because they are mostly in development or testing rather than being officially part of the mavlink message definitions.
The changes in this PR are just a result of running ./gradlew build in the main repo with the updated xml files.
This updates mavlink to the latest definitions with a few omissions: all.xml development.xml minimal.xml python_array_test.xml standard.xml storm32.xml test.xml
I instead embed the
minimal.xml
definitions directly intocommon.xml
because the generator does not currently work properly with includes.storm32.xml
is omitted because it also includes other definitions. The remainder are omitted because they are mostly in development or testing rather than being officially part of the mavlink message definitions.The changes in this PR are just a result of running
./gradlew build
in the main repo with the updated xml files.