mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 06:50:35 +08:00
clang-tidy remove redundant init
This commit is contained in:
@@ -148,10 +148,7 @@ BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
|
||||
// masks
|
||||
_sensorTimeout(255),
|
||||
_sensorFault(0),
|
||||
_estimatorInitialized(0),
|
||||
|
||||
// kf matrices
|
||||
_x(), _u(), _P(), _R_att(), _eul()
|
||||
_estimatorInitialized(0)
|
||||
{
|
||||
// assign distance subs to array
|
||||
_dist_subs[0] = &_sub_dist0;
|
||||
|
||||
Reference in New Issue
Block a user