Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kalman filtering for non fixed time delta updates #13

Open
akshit-protonn opened this issue Aug 27, 2021 · 0 comments
Open

kalman filtering for non fixed time delta updates #13

akshit-protonn opened this issue Aug 27, 2021 · 0 comments

Comments

@akshit-protonn
Copy link

Hi, I was using kalman filter, where I need to call predict but at varying timesteps. I am referring to example where fixed delta t are used for state propagation. My measurement updates and predictions are async and can come at varying time intervals so first update can be called at 1s, next at 5s, and next at 6s... so on. from the source code it seems not doable as m ie. model is private and is fixed during initialization, now I can change A matrix(reflecting delta t multiplication) in model itself but this won't be reflected in kf object, as its pass by value, not pass by pointer. Can you please suggest, if there already exists something for this in library or a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant