mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: increase default Loiter Rate P to 5.0
This commit is contained in:
parent
83e061d564
commit
15893e719a
|
@ -768,7 +768,7 @@
|
|||
// Loiter Navigation control gains
|
||||
//
|
||||
#ifndef LOITER_RATE_P
|
||||
# define LOITER_RATE_P 2.4 //
|
||||
# define LOITER_RATE_P 5.0 //
|
||||
#endif
|
||||
#ifndef LOITER_RATE_I
|
||||
# define LOITER_RATE_I 0.08 // Wind control
|
||||
|
|
Loading…
Reference in New Issue