mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
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:
parent
2f69dcc085
commit
43e83f18be
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user