mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 03:37:35 +08:00
Make LPE sonar reading more robust. (#4806)
This commit is contained in:
@@ -113,6 +113,7 @@ BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
|
||||
_time_last_gps(0),
|
||||
_time_last_lidar(0),
|
||||
_time_last_sonar(0),
|
||||
_time_init_sonar(0),
|
||||
_time_last_vision_p(0),
|
||||
_time_last_mocap(0),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user