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

camera and LiDAR synchronization #6

Open
FYYLHH opened this issue Aug 28, 2023 · 1 comment
Open

camera and LiDAR synchronization #6

FYYLHH opened this issue Aug 28, 2023 · 1 comment

Comments

@FYYLHH
Copy link

FYYLHH commented Aug 28, 2023

Hello, I would like to ask if there is camera and LiDAR synchronization in this project. If so, in which code segment is it reflected? If not, how can the final fusion be determined to be the same frame of data? thanks

@s-duuu
Copy link
Owner

s-duuu commented Aug 31, 2023

Since this is the initial project operated in CarMaker simulator, where the Hz rate of each sensors can be modified, there's no synchronization code in this repository.

Instead of synchronization, I used IoU in sensor fusion in order to improve a little error of synchronization. Even though two detection boxes (PointPillars, YOLOv5) have a little bit of time interval, setting IoU threshold could resolve this kind of issues. Therefore, you can modify the IoU threshold in launch file to solve the lack of time synchronization code.

Thanks.

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