Commit 82bef70f authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/0ea5f8064bd44e1c5fd8f773eb5da62af88747c4
parent 22ee6796
......@@ -1714,16 +1714,16 @@ typedef enum MAV_ODID_UA_TYPE
{
MAV_ODID_UA_TYPE_NONE=0, /* No UA (Unmanned Aircraft) type defined. | */
MAV_ODID_UA_TYPE_AEROPLANE=1, /* Aeroplane/Airplane. Fixed wing. | */
MAV_ODID_UA_TYPE_ROTORCRAFT=2, /* Rotorcraft (including Multirotor). | */
MAV_ODID_UA_TYPE_HELICOPTER_OR_MULTIROTOR=2, /* Helicopter or multirotor. | */
MAV_ODID_UA_TYPE_GYROPLANE=3, /* Gyroplane. | */
MAV_ODID_UA_TYPE_VTOL=4, /* VTOL (Vertical Take-Off and Landing). Fixed wing aircraft that can take off vertically. | */
MAV_ODID_UA_TYPE_HYBRID_LIFT=4, /* VTOL (Vertical Take-Off and Landing). Fixed wing aircraft that can take off vertically. | */
MAV_ODID_UA_TYPE_ORNITHOPTER=5, /* Ornithopter. | */
MAV_ODID_UA_TYPE_GLIDER=6, /* Glider. | */
MAV_ODID_UA_TYPE_KITE=7, /* Kite. | */
MAV_ODID_UA_TYPE_FREE_BALLOON=8, /* Free Balloon. | */
MAV_ODID_UA_TYPE_CAPTIVE_BALLOON=9, /* Captive Balloon. | */
MAV_ODID_UA_TYPE_AIRSHIP=10, /* Airship. E.g. a blimp. | */
MAV_ODID_UA_TYPE_FREE_FALL_PARACHUTE=11, /* Free Fall/Parachute. | */
MAV_ODID_UA_TYPE_FREE_FALL_PARACHUTE=11, /* Free Fall/Parachute (unpowered). | */
MAV_ODID_UA_TYPE_ROCKET=12, /* Rocket. | */
MAV_ODID_UA_TYPE_TETHERED_POWERED_AIRCRAFT=13, /* Tethered powered aircraft. | */
MAV_ODID_UA_TYPE_GROUND_OBSTACLE=14, /* Ground Obstacle. | */
......
......@@ -3857,13 +3857,13 @@
<entry value="1" name="MAV_ODID_UA_TYPE_AEROPLANE">
<description>Aeroplane/Airplane. Fixed wing.</description>
</entry>
<entry value="2" name="MAV_ODID_UA_TYPE_ROTORCRAFT">
<description>Rotorcraft (including Multirotor).</description>
<entry value="2" name="MAV_ODID_UA_TYPE_HELICOPTER_OR_MULTIROTOR">
<description>Helicopter or multirotor.</description>
</entry>
<entry value="3" name="MAV_ODID_UA_TYPE_GYROPLANE">
<description>Gyroplane.</description>
</entry>
<entry value="4" name="MAV_ODID_UA_TYPE_VTOL">
<entry value="4" name="MAV_ODID_UA_TYPE_HYBRID_LIFT">
<description>VTOL (Vertical Take-Off and Landing). Fixed wing aircraft that can take off vertically.</description>
</entry>
<entry value="5" name="MAV_ODID_UA_TYPE_ORNITHOPTER">
......@@ -3885,7 +3885,7 @@
<description>Airship. E.g. a blimp.</description>
</entry>
<entry value="11" name="MAV_ODID_UA_TYPE_FREE_FALL_PARACHUTE">
<description>Free Fall/Parachute.</description>
<description>Free Fall/Parachute (unpowered).</description>
</entry>
<entry value="12" name="MAV_ODID_UA_TYPE_ROCKET">
<description>Rocket.</description>
......@@ -6473,7 +6473,7 @@
<message id="12900" name="OPEN_DRONE_ID_BASIC_ID">
<wip/>
<!-- This message is work-in-progress and it can therefore change, and should NOT be used in stable production environments -->
<description>Data for filling the OpenDroneID Basic ID message. This and the below messages are primarily meant for feeding data to/from an OpenDroneID implementation. E.g. https://github.com/opendroneid/opendroneid-core-c</description>
<description>Data for filling the OpenDroneID Basic ID message. This and the below messages are primarily meant for feeding data to/from an OpenDroneID implementation. E.g. https://github.com/opendroneid/opendroneid-core-c. See also the ASTM Remote ID standard at https://www.astm.org/Standards/F3411.htm. The usage of these messages is documented at https://mavlink.io/en/services/opendroneid.html.</description>
<field type="uint8_t" name="id_type" enum="MAV_ODID_ID_TYPE">Indicates the format for the uas_id field of this message.</field>
<field type="uint8_t" name="ua_type" enum="MAV_ODID_UA_TYPE">Indicates the type of UA (Unmanned Aircraft).</field>
<field type="uint8_t[20]" name="uas_id">UAS (Unmanned Aircraft System) ID following the format specified by id_type. Shall be filled with nulls in the unused portion of the field.</field>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment