1
0
Fork 0
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:
Nicola De Pasquale 2020-01-18 16:24:21 +01:00
parent a2aeb0cef4
commit 54f46c9327
3 changed files with 13 additions and 8 deletions

View file

@ -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,