mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: remove ability to use DCM as AHRS
This commit is contained in:
parent
b9c4d40c46
commit
2926ffcd2f
|
@ -298,11 +298,7 @@ protected:
|
|||
AP_Notify notify;
|
||||
|
||||
// Inertial Navigation EKF
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
AP_AHRS_NavEKF ahrs;
|
||||
#else
|
||||
AP_AHRS_DCM ahrs;
|
||||
#endif
|
||||
|
||||
#if HAL_HOTT_TELEM_ENABLED
|
||||
AP_Hott_Telem hott_telem;
|
||||
|
|
Loading…
Reference in New Issue