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

Update sliding window approach of Kalman filter implementation #145

Closed
goodwilj opened this issue Aug 1, 2024 · 1 comment · Fixed by #146
Closed

Update sliding window approach of Kalman filter implementation #145

goodwilj opened this issue Aug 1, 2024 · 1 comment · Fixed by #146

Comments

@goodwilj
Copy link
Contributor

goodwilj commented Aug 1, 2024

The existing Kalman filter has an inefficient approach in which is slides a Kalman filter over the window and averages the predictions. Only one Kalman filter should be used on the entire window for the prediction.

@asgibson
Copy link
Contributor

asgibson commented Nov 7, 2024

Merge covered this issue

@asgibson asgibson closed this as completed Nov 7, 2024
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

Successfully merging a pull request may close this issue.

2 participants