Browse Source

EKF: Initialize all local structs and variables

master
Lorenz Meier 9 years ago
parent
commit
52cb9d02c7
  1. 6
      EKF/estimator_base.h

6
EKF/estimator_base.h

@ -286,7 +286,7 @@ public:
*time_us = _imu_time_last; *time_us = _imu_time_last;
} }
uint64_t _last_gps_origin_time_us; uint64_t _last_gps_origin_time_us = 0;
struct map_projection_reference_s _posRef; struct map_projection_reference_s _posRef = {};
float _gps_alt_ref; float _gps_alt_ref = 0.0f;
}; };

Loading…
Cancel
Save