From d00b139f4a82c2dcdb52899d8f42c1822acf78c8 Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Mon, 9 Sep 2024 02:51:41 +0100 Subject: [PATCH] ardupilotmega: MAV_CMD_GUIDED_CHANGE_ALTITUDE: correct alt rate-of-change unit --- message_definitions/v1.0/ardupilotmega.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_definitions/v1.0/ardupilotmega.xml b/message_definitions/v1.0/ardupilotmega.xml index 6501a7d0df..73cc293540 100644 --- a/message_definitions/v1.0/ardupilotmega.xml +++ b/message_definitions/v1.0/ardupilotmega.xml @@ -314,7 +314,7 @@ Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one. (affects GUIDED only. Outside GUIDED, aircraft ignores these commands. Designed for onboard companion-computer command-and-control, not normally operator/GCS control.) Empty Empty - Rate of change, toward new altitude. 0 for maximum rate change. Positive numbers only, as negative numbers will not converge on the new target alt. + Rate of change, toward new altitude. 0 for maximum rate change. Positive numbers only, as negative numbers will not converge on the new target alt. Empty Empty Empty