mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Initial commit for implementation of autotune.
This commit is contained in:
parent
49c283fe59
commit
f7c38af7fc
10 changed files with 184 additions and 3 deletions
46
docs/Autotune.md
Normal file
46
docs/Autotune.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
# Autotune
|
||||
|
||||
Autotune helps to automatically tune your multirotor.
|
||||
|
||||
## Configuration.
|
||||
|
||||
Autotune only works in HORIZON or ANGLE mode.
|
||||
|
||||
Configure a switch on your transmitter to activate the AUTOTUNE and HORIZON or ANGLE modes using the auxilary configuration.
|
||||
|
||||
## Using autotuning
|
||||
|
||||
Launch the multirotor.
|
||||
|
||||
Flip the autotune switch on your transmitter.
|
||||
|
||||
Observe roll/left/right a few times.
|
||||
|
||||
PID settings will have been updated for ROLL/YAW.
|
||||
|
||||
Disable the switch while still flying.
|
||||
|
||||
Enable the switch again.
|
||||
|
||||
Observe pitch forwards/backwards a few times.
|
||||
|
||||
PID settings will have been updated for PITCH/YAW.
|
||||
|
||||
Disable the switch again.
|
||||
|
||||
PIDS are tunes, fly and see if it's better.
|
||||
|
||||
Land.
|
||||
|
||||
Verify results via an app while power still applied if desired.
|
||||
|
||||
Cutting the power will loose the unsaved pids.
|
||||
|
||||
If you're happy with the pids then while disarmed flip the autotune switch again to save all settings.
|
||||
|
||||
A beeper will sound indicating the settings are saved.
|
||||
|
||||
|
||||
# References
|
||||
|
||||
* Brad Quick for the initial Autotune algorithm in BradWii.
|
Loading…
Add table
Add a link
Reference in a new issue