mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Lowered Loiter_I - higher value didn't test well.
This commit is contained in:
parent
024512e34a
commit
4f6ac5c403
@ -474,7 +474,7 @@
|
||||
# define LOITER_P .4 //
|
||||
#endif
|
||||
#ifndef LOITER_I
|
||||
# define LOITER_I 0.10 //
|
||||
# define LOITER_I 0.04 //
|
||||
#endif
|
||||
#ifndef LOITER_IMAX
|
||||
# define LOITER_IMAX 12 // degrees°
|
||||
|
Loading…
Reference in New Issue
Block a user