mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Copter: reduce yaw rate P to 0.2 (was 0.25)
This commit is contained in:
parent
65bc8257a8
commit
ede3a52eec
@ -777,7 +777,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef RATE_YAW_P
|
#ifndef RATE_YAW_P
|
||||||
# define RATE_YAW_P 0.25
|
# define RATE_YAW_P 0.200
|
||||||
#endif
|
#endif
|
||||||
#ifndef RATE_YAW_I
|
#ifndef RATE_YAW_I
|
||||||
# define RATE_YAW_I 0.015
|
# define RATE_YAW_I 0.015
|
||||||
|
Loading…
Reference in New Issue
Block a user