clang-tidy remove redundant init

This commit is contained in:
Daniel Agar
2017-04-23 22:08:11 -04:00
parent 8a681397bf
commit 5d626bd940
13 changed files with 8 additions and 39 deletions
@@ -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;