mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AC_AttitudeControl: increase rate I gain to match P gain
This commit is contained in:
parent
e170beaf8c
commit
c00ee6aac5
@ -11,7 +11,7 @@
|
||||
# define AC_ATC_MULTI_RATE_RP_P 0.135f
|
||||
#endif
|
||||
#ifndef AC_ATC_MULTI_RATE_RP_I
|
||||
# define AC_ATC_MULTI_RATE_RP_I 0.090f
|
||||
# define AC_ATC_MULTI_RATE_RP_I 0.135f
|
||||
#endif
|
||||
#ifndef AC_ATC_MULTI_RATE_RP_D
|
||||
# define AC_ATC_MULTI_RATE_RP_D 0.0036f
|
||||
|
Loading…
Reference in New Issue
Block a user