From dccd8555cd601467dc793ea9abf85caa63c0a9e8 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Thu, 28 Sep 2023 12:10:17 -0700 Subject: [PATCH] Add ENGINE_CONTROL_OPTIONS --- message_definitions/v1.0/common.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index 7c1cc1bf6d..e2236472d4 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -1417,7 +1417,7 @@ 0: Stop engine, 1:Start Engine 0: Warm start, 1:Cold start. Controls use of choke where applicable Height delay. This is for commanding engine start only after the vehicle has gained the specified height. Used in VTOL vehicles during takeoff to start engine after the aircraft is off the ground. Zero for no delay. - Empty + A bitmask of options for engine control Empty Empty Empty @@ -3380,6 +3380,12 @@ Spektrum DSMX + + Engine control options + + Allow starting the engine once while disarmed + + Bitmap to indicate which dimensions should be ignored by the vehicle: a value of 0b0000000000000000 or 0b0000001000000000 indicates that none of the setpoint dimensions should be ignored. If bit 9 is set the floats afx afy afz should be interpreted as force instead of acceleration.