dronefleet / mavlink

A Java API for MAVLink communication
MIT License
110 stars 67 forks source link

Update mavlink definitions #74

Closed TheKeveloper closed 1 year ago

TheKeveloper commented 1 year ago

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.