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

Fusion camera and radar #1

Open
xiaohedu opened this issue Jul 6, 2017 · 4 comments
Open

Fusion camera and radar #1

xiaohedu opened this issue Jul 6, 2017 · 4 comments

Comments

@xiaohedu
Copy link

xiaohedu commented Jul 6, 2017

Hi Junsheng, Thanks for your contributions. I'm a postgraduate in Chongqing university. Recently,we want to do some research in fusing radar and camera data for multi-objects tracking. How can we modify your project to fuse camera and radar or recommend some information, Looking forward to your advice. Thanks a lot

@JunshengFu
Copy link
Owner

Hi @xiaohedu

If I were you I would analysis these two questions first.

  1. what motion model to choose for the objects need to be tracked?
    For my Extended Kalman Filter project, I use CV (Constant Velocity); For my Unscented Kalman Filter, I use CTRV (Constant Turn Rate and Veloctity). But it totally depends on the characters of your targets.

  2. What type of Kalman Filter variance to use?
    Extended Kalman Filter uses the Jacobian matrix to linearize non-linear functions; Unscented Kalman Filter, instead, uses sigma points to handle non-linear functions. The math is a bit different and it also depends on your needs.

Once you figure these out, you may want to substitute some of the equations in my code for your model and filter. Good luck!

@YangSiri
Copy link

Great suggestion! @JunshengFu
May i ask a question about multi-targets tracking by 3d laser sanner (VLP-16) ? Can i just use KF ? or your EKF presented here is a better choice ? I found it not accurate estimating velocity of pedestrians by KF.
Looking forward to your advice, thank you.

@yl115615
Copy link

Hi Junsheng, Thanks for your contributions. I'm doing research on target tracking. The data you provided has got the location of the target. How do you achieve target tracking using lidar and radar alone? Looking forward to your reply. Thanks a lot.

@ghost
Copy link

ghost commented Mar 27, 2021

@JunshengFu you appear to be predicting based on one observation at a time:
https://github.com/JunshengFu/tracking-with-Extended-Kalman-Filter/blob/master/src/FusionEKF.cpp#L80-L101

Wouldn't an improvement be to simultaneously include both radar and laser observations? Am I missing something, or is your approach alternating between the two observations rather than fusing them?

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

4 participants