diff --git a/message_definitions/v1.0/ardupilotmega.xml b/message_definitions/v1.0/ardupilotmega.xml index 82631dae14a..9f37e259cb6 100644 --- a/message_definitions/v1.0/ardupilotmega.xml +++ b/message_definitions/v1.0/ardupilotmega.xml @@ -297,26 +297,8 @@ Empty Empty - - Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed 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.) - Airspeed or groundspeed. - Target Speed - Acceleration rate, 0 to take effect instantly - Empty - Empty - Empty - Empty - - - 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. - Empty - Empty - Empty - Target Altitude - + + Provide a value for height above ground level. This can be used for things like fixed wing and VTOL landing. diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index ccf7bd8cd7f..1a0031dbdee 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -2465,6 +2465,18 @@ Empty. Empty. + + + Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed and the new one. + Airspeed or groundspeed. + Target Speed + Acceleration rate, 0 to take effect instantly + + + Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one. + 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. + Target Altitude + Change to target direction at a given rate, overriding previous heading/s. This slews the vehicle at a controllable rate between its previous heading and the new one. Course-over-ground or raw vehicle heading.