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

EKF SLAM predict #972

Closed
Chris7462 opened this issue Jan 24, 2024 · 0 comments · Fixed by #973
Closed

EKF SLAM predict #972

Chris7462 opened this issue Jan 24, 2024 · 0 comments · Fixed by #973

Comments

@Chris7462
Copy link
Contributor

G, Fx = jacob_motion(xEst[0:S], u)

It seems to me that the input for jacob_motion should be xEst instead of xEst[0:S], and the dimension of G should be len(xEst) by len(xEst).

PEst[0:S, 0:S] = G.T @ PEst[0:S, 0:S] @ G + Fx.T @ Cx @ Fx

This line updates only the covariance of the pose; it does not update the covariance between the pose and the map, i.e. $\Sigma_{xm}$.

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.

1 participant