ArduCopter: updated STABILIZE_ROLL_I to 0.01 (was 0.1) as instructed by Marco
This commit is contained in:
parent
4d6ccccef5
commit
78fa903e17
@ -628,7 +628,7 @@
|
|||||||
# define STABILIZE_ROLL_P 4.5
|
# define STABILIZE_ROLL_P 4.5
|
||||||
#endif
|
#endif
|
||||||
#ifndef STABILIZE_ROLL_I
|
#ifndef STABILIZE_ROLL_I
|
||||||
# define STABILIZE_ROLL_I 0.1
|
# define STABILIZE_ROLL_I 0.01
|
||||||
#endif
|
#endif
|
||||||
#ifndef STABILIZE_ROLL_IMAX
|
#ifndef STABILIZE_ROLL_IMAX
|
||||||
# define STABILIZE_ROLL_IMAX 40 // degrees
|
# define STABILIZE_ROLL_IMAX 40 // degrees
|
||||||
|
Loading…
Reference in New Issue
Block a user