Skip to content

Commit

Permalink
[filter] remove outdated internal todo (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge authored Oct 22, 2022
1 parent 68ac57c commit 65784b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/fcarouge/internal/kalman.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ struct kalman<State, Output, void, Divide, pack<UpdateTypes...>,

inline static const auto i{identity_v<matrix<state, state>>};

//! @todo Is there a simpler way to initialize to the zero matrix?
state x{zero_v<state>};
estimate_uncertainty p{identity_v<estimate_uncertainty>};
process_uncertainty q{zero_v<process_uncertainty>};
Expand Down Expand Up @@ -221,7 +220,6 @@ struct kalman<State, Output, Input, Divide, pack<UpdateTypes...>,

inline static const auto i{identity_v<matrix<state, state>>};

//! @todo Is there a simpler way to initialize to the zero matrix?
state x{zero_v<state>};
estimate_uncertainty p{identity_v<estimate_uncertainty>};
process_uncertainty q{zero_v<process_uncertainty>};
Expand Down

0 comments on commit 65784b8

Please sign in to comment.