Browse Source

fixes a yaw Rate issue.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1873 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
jasonshort 14 years ago
parent
commit
c8c8d2cde2
  1. 2
      ArduCopterMega/config.h

2
ArduCopterMega/config.h

@ -293,7 +293,7 @@
# define ACRO_RATE_YAW_I 0.0 # define ACRO_RATE_YAW_I 0.0
#endif #endif
#ifndef ACRO_RATE_YAW_D #ifndef ACRO_RATE_YAW_D
# define ACRO_RATE_YAW_D 0.05 # define ACRO_RATE_YAW_D 0.00 //
#endif #endif
#ifndef ACRO_RATE_YAW_IMAX #ifndef ACRO_RATE_YAW_IMAX
# define ACRO_RATE_YAW_IMAX 0 # define ACRO_RATE_YAW_IMAX 0

Loading…
Cancel
Save