mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
EKF: control: stop vision yaw fusion on timeout
This commit is contained in:
committed by
Paul Riseborough
parent
c4492b17c1
commit
3f691891c4
@@ -353,6 +353,7 @@ void Ekf::controlExternalVisionFusion()
|
||||
|
||||
// Turn off EV fusion mode if no data has been received
|
||||
_control_status.flags.ev_pos = false;
|
||||
_control_status.flags.ev_yaw = false;
|
||||
ECL_INFO("EKF External Vision Data Stopped");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user