From 11895fd5daad92ad4a1c5287dd3bbfa7ee5af70f Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 28 Apr 2016 12:53:53 +0200 Subject: [PATCH] PX4 tuning: Make hover throttle symmetrical again --- src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml | 2 +- src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml index 06ae6aa3b..f0c9a8fc7 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml @@ -36,7 +36,7 @@ FactSliderPanel { description: qsTr("Adjust throttle so hover is at mid-throttle. Slide to the left if hover is lower than throttle center. Slide to the right if hover is higher than throttle center.") param: "MPC_THR_HOVER" min: 20 - max: 60 + max: 80 step: 1 } diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml index adf4c2137..5446d1d61 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml @@ -98,7 +98,7 @@ FactSliderPanel { description: qsTr("Adjust throttle so hover is at mid-throttle. Slide to the left if hover is lower than throttle center. Slide to the right if hover is higher than throttle center.") param: "MPC_THR_HOVER" min: 20 - max: 60 + max: 80 step: 1 } -- 2.22.0