1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Defaults set, Annotations

Default threshold 40 deg/sec
Anotations provided to explain
- cutoff independence factor when calculating itermRelaxSetpointThreshold
- meaning of ITERM_RELAX_SETPOINT_THRESHOLD
This commit is contained in:
ctzsnooze 2019-03-01 18:41:56 +11:00
parent a646c09c2c
commit a0237e6cde
2 changed files with 3 additions and 2 deletions

View file

@ -44,8 +44,8 @@
// This value gives the same "feel" as the previous Kd default of 26 (26 * DTERM_SCALE)
#define FEEDFORWARD_SCALE 0.013754f
// Full iterm suppression at 40deg/sec * default cutoff of 20
#define ITERM_RELAX_SETPOINT_THRESHOLD 30.0f
// Full iterm suppression in setpoint mode at high-passed setpoint rate > 40deg/sec
#define ITERM_RELAX_SETPOINT_THRESHOLD 40.0f
typedef enum {
PID_ROLL,