mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Rover: use ahrs.send_ekf_status_report()
This commit is contained in:
parent
38bae40ca0
commit
64410b10fb
@ -575,7 +575,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
||||
case MSG_EKF_STATUS_REPORT:
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
CHECK_PAYLOAD_SIZE(EKF_STATUS_REPORT);
|
||||
rover.ahrs.get_NavEKF().send_status_report(chan);
|
||||
rover.ahrs.send_ekf_status_report(chan);
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user