AP_AHRS: do not send EKF_STATUS_REPORT from DCM

This means that even if you configure DCM as your primary you won't get
its status.

Given the status was currently garbage, this isn't necessarily a bad
thing at the moment.
This commit is contained in:
Peter Barker 2021-10-05 15:42:13 +11:00 committed by Andrew Tridgell
parent 2f69dcc085
commit 43e83f18be

View File

@ -1235,6 +1235,4 @@ bool AP_AHRS_DCM::get_relative_position_D_origin(float &posD) const
void AP_AHRS_DCM::send_ekf_status_report(mavlink_channel_t chan) const
{
// send zero status report
mavlink_msg_ekf_status_report_send(chan, 0, 0, 0, 0, 0, 0, 0);
}