fixes a yaw Rate issue.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1873 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
16be234b70
commit
8ed49b89fe
@ -293,7 +293,7 @@
|
||||
# define ACRO_RATE_YAW_I 0.0
|
||||
#endif
|
||||
#ifndef ACRO_RATE_YAW_D
|
||||
# define ACRO_RATE_YAW_D 0.05
|
||||
# define ACRO_RATE_YAW_D 0.00 //
|
||||
#endif
|
||||
#ifndef ACRO_RATE_YAW_IMAX
|
||||
# define ACRO_RATE_YAW_IMAX 0
|
||||
|
Loading…
Reference in New Issue
Block a user