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

how to calculate predicted estimate covariance matrix in gpsacckalmanfilter ?? #102

Open
sakshi1357 opened this issue Jan 11, 2021 · 1 comment

Comments

@sakshi1357
Copy link

what is actually use the value of predicted estimate covariance(p matrix ) in GPSAcckalmankalmanfilter??

@Lezh1k
Copy link
Collaborator

Lezh1k commented Jan 12, 2021

@sakshi1357 Sorry, I didn't get the question.
What is P matrix?

We have 2 covariance matrices here: Q (a process noise) and R (an observation noise).

I update Q on each predict step, when I get new data from accelerometer/gyroscope/magnetometer.
I update R on each update step, because each GPS coordinate comes with it's accuracy.

Provide please more information. Maybe line in code that confused you.
Thank you.

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