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:
parent
a646c09c2c
commit
a0237e6cde
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue