Browse Source

PX4: Add minimum throttle slider for manual multicopter pilots

QGC4.4
Lorenz Meier 9 years ago
parent
commit
dd7a483603
  1. 10
      src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml

10
src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml

@ -65,5 +65,15 @@ FactSliderPanel { @@ -65,5 +65,15 @@ FactSliderPanel {
max: 1.0
step: 0.1
}
ListElement {
title: "Manual minimum throttle"
description: "Slide to the left to start with less idle power. Slide to the right if descends in manual flight become unstable."
param: "MPC_MANTHR_MIN"
min: 0
max: 0.15
step: 0.01
}
}
}

Loading…
Cancel
Save