mirror of https://github.com/ArduPilot/ardupilot
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
06d0b9859c
commit
c8c8d2cde2
|
@ -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