mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
antigravity gain decoupled from Iterm
This commit is contained in:
parent
a2aeb0cef4
commit
54f46c9327
3 changed files with 13 additions and 8 deletions
|
@ -48,6 +48,9 @@
|
|||
#define ITERM_RELAX_SETPOINT_THRESHOLD 40.0f
|
||||
#define ITERM_RELAX_CUTOFF_DEFAULT 20
|
||||
|
||||
// Anti gravity I constant
|
||||
#define AG_KI 21.586988f;
|
||||
|
||||
typedef enum {
|
||||
PID_ROLL,
|
||||
PID_PITCH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue