1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Cleanup and optimize new anti windup // Simplify relaxFactor to Dterm

This commit is contained in:
borisbstyle 2017-01-29 02:15:57 +01:00
parent 9dfb3e45ee
commit ad892400e5
4 changed files with 11 additions and 15 deletions

View file

@ -67,7 +67,6 @@ typedef struct pidProfile_s {
uint16_t dterm_notch_hz; // Biquad dterm notch hz
uint16_t dterm_notch_cutoff; // Biquad dterm notch low cutoff
uint8_t itermWindupPointPercent; // Experimental ITerm windup threshold, percent motor saturation
uint8_t itermNoiseThreshold; // Experimental ITerm noise threshold
uint16_t yaw_p_limit;
float pidSumLimit;
uint8_t dterm_average_count; // Configurable delta count for dterm