Browse Source

InnovationLpf: initialize state to zero

sbg
bresch 5 years ago committed by Mathieu Bresciani
parent
commit
788b8c86a2
  1. 2
      src/modules/ekf2/Utility/InnovationLpf.hpp

2
src/modules/ekf2/Utility/InnovationLpf.hpp

@ -75,5 +75,5 @@ public: @@ -75,5 +75,5 @@ public:
}
private:
float _x; ///< current state of the filter
float _x{}; ///< current state of the filter
};

Loading…
Cancel
Save