Commit 9064be6a authored by Don Gagne's avatar Don Gagne

Merge pull request #2966 from DonLakeFlyer/PX4HoverTuning

Throttle-Mid Tuning
parents 4ce4f6be 2334d823
......@@ -30,6 +30,15 @@ FactSliderPanel {
anchors.fill: parent
sliderModel: ListModel {
ListElement {
title: "Throttle Hover"
description: "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: 0.2
max: 0.8
step: 0.01
}
ListElement {
title: "Roll sensitivity"
description: "Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment