|
| 1 | +diff --git a/message_definitions/v1.0/ardupilotmega.xml b/message_definitions/v1.0/ardupilotmega.xml |
| 2 | +index 35e57c0a..4af5f9c4 100644 |
| 3 | +--- a/message_definitions/v1.0/ardupilotmega.xml |
| 4 | ++++ b/message_definitions/v1.0/ardupilotmega.xml |
| 5 | +@@ -121,16 +121,6 @@ |
| 6 | + <param index="6">Empty.</param> |
| 7 | + <param index="7">Empty.</param> |
| 8 | + </entry> |
| 9 | +- <entry value="42006" name="MAV_CMD_FIXED_MAG_CAL_YAW"> |
| 10 | +- <description>Magnetometer calibration based on provided known yaw. This allows for fast calibration using WMM field tables in the vehicle, given only the known yaw of the vehicle. If Latitude and longitude are both zero then use the current vehicle location.</description> |
| 11 | +- <param index="1" label="Yaw" units="deg">Yaw of vehicle in earth frame.</param> |
| 12 | +- <param index="2" label="CompassMask">CompassMask, 0 for all.</param> |
| 13 | +- <param index="3" label="Latitude" units="deg">Latitude.</param> |
| 14 | +- <param index="4" label="Longitude" units="deg">Longitude.</param> |
| 15 | +- <param index="5">Empty.</param> |
| 16 | +- <param index="6">Empty.</param> |
| 17 | +- <param index="7">Empty.</param> |
| 18 | +- </entry> |
| 19 | + <entry value="42424" name="MAV_CMD_DO_START_MAG_CAL"> |
| 20 | + <description>Initiate a magnetometer calibration.</description> |
| 21 | + <param index="1">uint8_t bitmask of magnetometers (0 means all).</param> |
| 22 | +diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml |
| 23 | +index 1ccad646..13c205cb 100644 |
| 24 | +--- a/message_definitions/v1.0/common.xml |
| 25 | ++++ b/message_definitions/v1.0/common.xml |
| 26 | +@@ -2540,6 +2540,16 @@ |
| 27 | + <param index="6" label="Longitude" units="degE7">Longitude. Note, if used in MISSION_ITEM (deprecated) the units are degrees (unscaled)</param> |
| 28 | + <param index="7" label="Altitude" units="m">Altitude (MSL)</param> |
| 29 | + </entry> |
| 30 | ++ <entry value="42006" name="MAV_CMD_FIXED_MAG_CAL_YAW"> |
| 31 | ++ <description>Magnetometer calibration based on provided known yaw. This allows for fast calibration using WMM field tables in the vehicle, given only the known yaw of the vehicle. If Latitude and longitude are both zero then use the current vehicle location.</description> |
| 32 | ++ <param index="1" label="Yaw" units="deg">Yaw of vehicle in earth frame.</param> |
| 33 | ++ <param index="2" label="CompassMask">CompassMask, 0 for all.</param> |
| 34 | ++ <param index="3" label="Latitude" units="deg">Latitude.</param> |
| 35 | ++ <param index="4" label="Longitude" units="deg">Longitude.</param> |
| 36 | ++ <param index="5">Empty.</param> |
| 37 | ++ <param index="6">Empty.</param> |
| 38 | ++ <param index="7">Empty.</param> |
| 39 | ++ </entry> |
| 40 | + <entry value="30002" name="MAV_CMD_PAYLOAD_CONTROL_DEPLOY" hasLocation="false" isDestination="false"> |
| 41 | + <description>Control the payload deployment.</description> |
| 42 | + <param index="1" label="Operation Mode" minValue="0" maxValue="101" increment="1">Operation mode. 0: Abort deployment, continue normal mission. 1: switch to payload deployment mode. 100: delete first payload deployment request. 101: delete all payload deployment requests.</param> |
0 commit comments