mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 15:37:34 +08:00
Reset time_last_ext_vision
This commit is contained in:
committed by
Paul Riseborough
parent
b681c9a5d0
commit
6d20a426e0
@@ -371,8 +371,8 @@ bool EstimatorInterface::initialise_interface(uint64_t timestamp)
|
||||
_time_last_range = 0;
|
||||
_time_last_airspeed = 0;
|
||||
_time_last_optflow = 0;
|
||||
|
||||
memset(&_fault_status.flags, 0, sizeof(_fault_status.flags));
|
||||
_time_last_ext_vision = 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user