mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: updated VTOL quicktune docs
This commit is contained in:
parent
2aec5ccd7b
commit
9090bb17a5
|
@ -99,6 +99,17 @@ this to a non-zero value allows you to use quicktune with a 2-position
|
||||||
switch, with the switch settings as low and mid positions. A zero
|
switch, with the switch settings as low and mid positions. A zero
|
||||||
value disables auto-save and you need to have a 3 position switch.
|
value disables auto-save and you need to have a 3 position switch.
|
||||||
|
|
||||||
|
## QUIK_MAX_REDUCE
|
||||||
|
|
||||||
|
This controls how much quicktune is allowed to lower gains from the
|
||||||
|
original gains. If the vehicle already has a reasonable tune and is
|
||||||
|
not oscillating then you can set this to zero to prevent gain
|
||||||
|
reductions. The default of 20% is reasonable for most vehicles. Using
|
||||||
|
a maximum gain reduction lowers the chance of an angle P oscillation
|
||||||
|
happening if quicktune gets a false positive oscillation at a low
|
||||||
|
gain, which can result in very low rate gains and a dangerous angle P
|
||||||
|
oscillation.
|
||||||
|
|
||||||
# Operation
|
# Operation
|
||||||
|
|
||||||
First you should setup harmonic notch filtering using the guide in the
|
First you should setup harmonic notch filtering using the guide in the
|
||||||
|
|
Loading…
Reference in New Issue