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

Question abtout update strategy of self.Q matrix in kalman filter #43

Open
hungsing92 opened this issue Dec 26, 2023 · 2 comments
Open

Comments

@hungsing92
Copy link

hungsing92 commented Dec 26, 2023

Thanks for your excellent work!

Why you update the self.Q matrix by multiply 1.5? I think this will make the self.P and self.Q matrix numerical overflow, when frame_id is too big.

d0fc6a24-640d-48be-8a34-8ae21fe2ee05

@gengshi
Copy link

gengshi commented Jan 3, 2024

I encountered the overflow question too.

@gengshi
Copy link

gengshi commented Jan 3, 2024

change the coefficient to 1.1, the issue dispeared.

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

2 participants