mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
fix throttle range
This commit is contained in:
parent
07faab5bf2
commit
6ca02dc242
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ An Example: With TPA = 50 (or .5 in the GUI) and `tpa_breakpoint` = 1500 (assume
|
||||||
* At full throttle (2000) the full amount of dampening set in TPA is applied. (50% reduction in this example)
|
* At full throttle (2000) the full amount of dampening set in TPA is applied. (50% reduction in this example)
|
||||||
* TPA can lead into increase of rotation rate when more throttle applied. You can get faster flips and rolls when more throttle applied due to coupling of PID's and rates. Only the PID controllers MWREWRITE and LUX are using a linear TPA implementation, where no rotation rates are affected when TPA is being used.
|
* TPA can lead into increase of rotation rate when more throttle applied. You can get faster flips and rolls when more throttle applied due to coupling of PID's and rates. Only the PID controllers MWREWRITE and LUX are using a linear TPA implementation, where no rotation rates are affected when TPA is being used.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**How and Why to use this?**
|
**How and Why to use this?**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue