mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Power 2 thrust compensation with 50% throttle compensation
^2 gain curve after discussions with Markus Variable throttle compensation, more with higher TL for whoops Calculator https://www.desmos.com/calculator/1rhq0pqoug
This commit is contained in:
parent
596c21686c
commit
7cd83464d6
4 changed files with 7 additions and 10 deletions
|
@ -352,8 +352,6 @@ typedef struct pidRuntime_s {
|
|||
|
||||
#ifdef USE_THRUST_LINEARIZATION
|
||||
float thrustLinearization;
|
||||
float thrustLinearizationReciprocal;
|
||||
float thrustLinearizationB;
|
||||
#endif
|
||||
|
||||
#ifdef USE_AIRMODE_LPF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue