ArduCopter: reduce Stabilize Yaw P term to 4.5
This commit is contained in:
parent
a35543bf96
commit
c2b9c695b4
@ -682,7 +682,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef STABILIZE_YAW_P
|
||||
# define STABILIZE_YAW_P 7.0 // increase for more aggressive Yaw Hold, decrease if it's bouncy
|
||||
# define STABILIZE_YAW_P 4.5 // increase for more aggressive Yaw Hold, decrease if it's bouncy
|
||||
#endif
|
||||
#ifndef STABILIZE_YAW_I
|
||||
# define STABILIZE_YAW_I 0.02
|
||||
|
Loading…
Reference in New Issue
Block a user