From 2be687a84c6cd9df385e00b29f7c9b8ff94df696 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Mon, 27 Mar 2023 17:48:04 +0200 Subject: [PATCH] Helicopter: add collective pitch offset to Actuator UI parameters --- src/modules/control_allocator/module.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/control_allocator/module.yaml b/src/modules/control_allocator/module.yaml index 605d11fda0..c80a5fa15b 100644 --- a/src/modules/control_allocator/module.yaml +++ b/src/modules/control_allocator/module.yaml @@ -1079,6 +1079,8 @@ mixer: - name: 'CA_SV_CS${i}_TRIM' label: 'Trim' parameters: + - label: 'Collective pitch offset to align least amount of rotor drag' + name: CA_HELI_YAW_CP_O - label: 'Yaw compensation scale based on collective pitch' name: CA_HELI_YAW_CP_S - label: 'Yaw compensation scale based on throttle'