Skip to content

Commit 3cda2ff

Browse files
committed
development.xml: remove MAV_CMD_DO_UPGRADE
the message was merged in 2020 and never moved out of wip / development.xml No code in PX4-AutoPilot, ArduPilot, betaflight, paparazzi, QGC, MissionPlanner, apm_planner2
1 parent 3129257 commit 3cda2ff

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

message_definitions/v1.0/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@
19991999
<param index="6" label="Conditions" enum="REBOOT_SHUTDOWN_CONDITIONS">Conditions under which reboot/shutdown is allowed.</param>
20002000
<param index="7">WIP: ID (e.g. camera ID -1 for all IDs)</param>
20012001
</entry>
2002-
<!-- id "247" reserved for MAV_CMD_DO_UPGRADE in development.xml -->
2002+
<!-- id "247" was MAV_CMD_DO_UPGRADE, no publically available code available -->
20032003
<entry value="252" name="MAV_CMD_OVERRIDE_GOTO" hasLocation="true" isDestination="true">
20042004
<description>Override current mission with command to pause mission, pause mission and move to position, continue/resume mission. When param 1 indicates that the mission is paused (MAV_GOTO_DO_HOLD), param 2 defines whether it holds in place or moves to another position.</description>
20052005
<param index="1" label="Continue" enum="MAV_GOTO">MAV_GOTO_DO_HOLD: pause mission and either hold or move to specified position (depending on param2), MAV_GOTO_DO_CONTINUE: resume mission.</param>

message_definitions/v1.0/development.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,6 @@
117117
<!-- ALL the entries in the MAV_CMD enum have a maximum of 7 parameters -->
118118
<enum name="MAV_CMD">
119119
<description>Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. NaN and INT32_MAX may be used in float/integer params (respectively) to indicate optional/default values (e.g. to use the component's current yaw or latitude rather than a specific value). See https://mavlink.io/en/guide/xml_schema.html#MAV_CMD for information about the structure of the MAV_CMD entries</description>
120-
<entry value="247" name="MAV_CMD_DO_UPGRADE" hasLocation="false" isDestination="false">
121-
<description>Request a target system to start an upgrade of one (or all) of its components.
122-
For example, the command might be sent to a companion computer to cause it to upgrade a connected flight controller.
123-
The system doing the upgrade will report progress using the normal command protocol sequence for a long running operation.
124-
Command protocol information: https://mavlink.io/en/services/command.html.</description>
125-
<param index="1" label="Component ID" enum="MAV_COMPONENT">Component id of the component to be upgraded. If set to 0, all components should be upgraded.</param>
126-
<param index="2" label="Reboot" minValue="0" maxValue="1" increment="1">0: Do not reboot component after the action is executed, 1: Reboot component after the action is executed.</param>
127-
<param index="3">Reserved</param>
128-
<param index="4">Reserved</param>
129-
<param index="5">Reserved</param>
130-
<param index="6">Reserved</param>
131-
<param index="7">WIP: upgrade progress report rate (can be used for more granular control).</param>
132-
</entry>
133120
<entry value="309" name="MAV_CMD_ACTUATOR_GROUP_TEST" hasLocation="false" isDestination="false">
134121
<description>Command to test groups of related actuators together.
135122
This might include groups such as the actuators that contribute to roll, pitch, or yaw torque, actuators that contribute to thrust in x, y, z axis, tilt mechanisms, flaps and spoilers, and so on.

0 commit comments

Comments
 (0)