Browse Source

PX4 tuning: Make hover throttle symmetrical again

QGC4.4
Lorenz Meier 9 years ago
parent
commit
11895fd5da
  1. 2
      src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml
  2. 2
      src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml

2
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.") 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" param: "MPC_THR_HOVER"
min: 20 min: 20
max: 60 max: 80
step: 1 step: 1
} }

2
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.") 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" param: "MPC_THR_HOVER"
min: 20 min: 20
max: 60 max: 80
step: 1 step: 1
} }

Loading…
Cancel
Save