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