mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
9d2e3157fe
The AHRS_EKF_USE_ALWAYS define is used to force EKF to be always used. It is defined only for building ArduCopter. Change it to be a runtime flag. Keep its default value still based on the original define, once the Copter uses it the define will be removed. The motivation is to move vehicle specifc code out of the general libraries. This patch shouldn't change behavior. |
||
---|---|---|
.. | ||
examples/AHRS_Test | ||
AP_AHRS_DCM.cpp | ||
AP_AHRS_DCM.h | ||
AP_AHRS_NavEKF.cpp | ||
AP_AHRS_NavEKF.h | ||
AP_AHRS.cpp | ||
AP_AHRS.h |