Skip to content

Proposal for Extended Kalman Filter class

Petr Listov requested to merge ekf-proposal into master

Created by: nuft

There are still some things to be fixed:

  • choice of how to compute the Kalman gain (how to invert S)
  • choose integration step size
  • add unit tests

Once #1 is merged I can rebase this branch onto master.

Merge request reports