mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-09 16:13:56 -03:00
Copter: revert Loiter Pos P to 1.0 (was 0.8)
This commit is contained in:
parent
42a837033e
commit
0856e01341
@ -873,7 +873,7 @@
|
||||
// Loiter position control gains
|
||||
//
|
||||
#ifndef LOITER_P
|
||||
# define LOITER_P 0.8f
|
||||
# define LOITER_P 1.0f
|
||||
#endif
|
||||
#ifndef LOITER_I
|
||||
# define LOITER_I 0.0f
|
||||
|
Loading…
Reference in New Issue
Block a user