Open mallamacimj opened 2 months ago
I believe the idea was to provide a working implementation that people could just "plug and play". If they wanted to explore other options for the KF, they would override the updateState() method. It may be better to break the kalman step into its own function so that it's more obvious which part of updateState() might need to be overridden if the rest of the method is still valuable
We should put this onto the end user.