mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
decreased the loiter rate P for overshoot
This commit is contained in:
parent
fc32da0d2e
commit
4b703e8842
@ -677,7 +677,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef LOITER_RATE_P
|
||||
# define LOITER_RATE_P 3.0 //
|
||||
# define LOITER_RATE_P 2.6 //
|
||||
#endif
|
||||
#ifndef LOITER_RATE_I
|
||||
# define LOITER_RATE_I 0.25 // Wind control
|
||||
|
Loading…
Reference in New Issue
Block a user