mirror of https://github.com/ArduPilot/ardupilot
made I term 0 by default
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1517 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
baea026e59
commit
49b387e874
|
@ -280,7 +280,7 @@
|
|||
# define STABILIZE_ROLL_P 0.6
|
||||
#endif
|
||||
#ifndef STABILIZE_ROLL_I
|
||||
# define STABILIZE_ROLL_I 0.01
|
||||
# define STABILIZE_ROLL_I 0.0
|
||||
#endif
|
||||
#ifndef STABILIZE_ROLL_D
|
||||
# define STABILIZE_ROLL_D 0.0
|
||||
|
@ -293,7 +293,7 @@
|
|||
# define STABILIZE_PITCH_P 0.6
|
||||
#endif
|
||||
#ifndef STABILIZE_PITCH_I
|
||||
# define STABILIZE_PITCH_I 0.01
|
||||
# define STABILIZE_PITCH_I 0.0
|
||||
#endif
|
||||
#ifndef STABILIZE_PITCH_D
|
||||
# define STABILIZE_PITCH_D 0.0
|
||||
|
|
Loading…
Reference in New Issue