Skip to content
Snippets Groups Projects
Commit d93c3da1 authored by ArkadiuszNiemiec's avatar ArkadiuszNiemiec Committed by Kabir Mohammed
Browse files

q_estimator: correctly handle loss of external yaw estimation

parent 62570379
No related branches found
No related tags found
No related merge requests found
......@@ -339,6 +339,7 @@ void AttitudeEstimatorQ::task_main()
}
// Update vision and motion capture heading
_ext_hdg_good = false;
bool vision_updated = false;
orb_check(_vision_odom_sub, &vision_updated);
......
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