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

Different types of KF #23

Closed
abhigoku10 opened this issue Sep 16, 2019 · 3 comments
Closed

Different types of KF #23

abhigoku10 opened this issue Sep 16, 2019 · 3 comments

Comments

@abhigoku10
Copy link

@cclauss @xinshuoweng hello thanks for the source code , can we replace KF for kitti dataset with extended kalman filter or unscented kalman filter in the existing source code , if so what all are the additional inputs required for the extended kalman filter

@xinshuoweng
Copy link
Owner

xinshuoweng commented Sep 16, 2019

Theoretically, yes you can. But I am not super sure what else you will need as I have not tried it yet. Hopefully, there are other guys also working on this in this repo. You guys can discuss. I will leave this thread open here.

@abhigoku10
Copy link
Author

@xinshuoweng i was looking into the implementation of EKF in other repo but they take into consideration of both lidar and radar input for the Jacobian matrix , in KF the H matrix in your code is of dimsx=10/11 dimsz=7 what does this signify

@xinshuoweng
Copy link
Owner

For the state vector with a length of 10, you have (x, y, z, l, w, h, theta, x', y', z')
for the measurement vector with a length of 7, you have (x, y, z, l, w, h, theta)

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