thecooldrop/openRFS

Make interface for Kalman filters unifrom

thecooldrop opened this issue · 0 comments

Right now the Kalman filters do not have the uniform interface, even though they are all subclassing the Kalman ABC.

This should be improved by making Kalman filters an object which contains its own internal state in order to make the interface for users uniform