mirror of https://github.com/ArduPilot/ardupilot
Minor Gain fix. Roll and Pitch were sligtly different. Not enough to merit any point revision.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2383 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
9e01cf9eb9
commit
0c334938b6
|
@ -331,7 +331,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef STABILIZE_PITCH_P
|
||||
# define STABILIZE_PITCH_P 0.48
|
||||
# define STABILIZE_PITCH_P 0.54
|
||||
#endif
|
||||
#ifndef STABILIZE_PITCH_I
|
||||
# define STABILIZE_PITCH_I 0.025
|
||||
|
|
Loading…
Reference in New Issue