mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ACM: Tuning based on flights today
This commit is contained in:
parent
38a60df189
commit
e279106b44
@ -681,13 +681,13 @@
|
||||
#endif
|
||||
|
||||
#ifndef LOITER_RATE_P
|
||||
# define LOITER_RATE_P 2.6 //
|
||||
# define LOITER_RATE_P 2.0 //
|
||||
#endif
|
||||
#ifndef LOITER_RATE_I
|
||||
# define LOITER_RATE_I 0.25 // Wind control
|
||||
# define LOITER_RATE_I 0.10 // Wind control
|
||||
#endif
|
||||
#ifndef LOITER_RATE_D
|
||||
# define LOITER_RATE_D 0.0 // try 2 or 3 for LOITER_RATE 1
|
||||
# define LOITER_RATE_D 1.0 // try 2 or 3 for LOITER_RATE 1
|
||||
#endif
|
||||
#ifndef LOITER_RATE_IMAX
|
||||
# define LOITER_RATE_IMAX 30 // degrees
|
||||
|
Loading…
Reference in New Issue
Block a user