Skip to content

Commit

Permalink
AHRS: Do not use EKF in copter
Browse files Browse the repository at this point in the history
Switch back to DCM.
  • Loading branch information
Víctor Mayoral Vilches committed Apr 8, 2015
1 parent f90df38 commit a1ec4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_AHRS/AP_AHRS.h
Expand Up @@ -35,7 +35,7 @@

// Copter defaults to EKF on by default, all others off
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter)
# define AHRS_EKF_USE_ALWAYS 1
# define AHRS_EKF_USE_ALWAYS 0
#else
# define AHRS_EKF_USE_ALWAYS 0
#endif
Expand Down

0 comments on commit a1ec4f8

Please sign in to comment.