Skip to content
Snippets Groups Projects
Commit 07eb4fee authored by Paul Riseborough's avatar Paul Riseborough Committed by Lorenz Meier
Browse files

ekf2: publish GPS check status

parent ba5d608c
No related branches found
No related tags found
No related merge requests found
......@@ -729,7 +729,7 @@ void Ekf2::task_main()
status.timestamp = hrt_absolute_time();
_ekf->get_state_delayed(status.states);
_ekf->get_covariances(status.covariances);
//status.gps_check_fail_flags = _ekf->_gps_check_fail_status.value;
_ekf->get_gps_check_status(&status.gps_check_fail_flags);
if (_estimator_status_pub == nullptr) {
_estimator_status_pub = orb_advertise(ORB_ID(estimator_status), &status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment