Browse Source

AC_AttControl: remove unused 100hz definition

mission-4.1.18
Randy Mackay 9 years ago
parent
commit
d5c18dc987
  1. 1
      libraries/AC_AttitudeControl/AC_AttitudeControl.h

1
libraries/AC_AttitudeControl/AC_AttitudeControl.h

@ -29,7 +29,6 @@ @@ -29,7 +29,6 @@
#define AC_ATTITUDE_THRUST_ERROR_ANGLE radians(30.0f) // Thrust angle error above which yaw corrections are limited
#define AC_ATTITUDE_100HZ_DT 0.0100f // delta time in seconds for 100hz update rate
#define AC_ATTITUDE_400HZ_DT 0.0025f // delta time in seconds for 400hz update rate
#define AC_ATTITUDE_CONTROL_RATE_BF_FF_DEFAULT 1 // body-frame rate feedforward enabled by default

Loading…
Cancel
Save