mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 15:50:35 +08:00
lpe: update _sensorTimeout init on constructor
This commit is contained in:
@@ -146,7 +146,7 @@ BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
|
||||
_lastArmedState(false),
|
||||
|
||||
// masks
|
||||
_sensorTimeout(255),
|
||||
_sensorTimeout(UINT16_MAX),
|
||||
_sensorFault(0),
|
||||
_estimatorInitialized(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user