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

Using two 16 line radar fusion data as input #74

Closed
GuoliangPeng opened this issue Jun 2, 2021 · 1 comment
Closed

Using two 16 line radar fusion data as input #74

GuoliangPeng opened this issue Jun 2, 2021 · 1 comment

Comments

@GuoliangPeng
Copy link

Hello, I'm going to use the fusion data of two 16 line lidars as the input. How can I choose the program parameters?

@niosus
Copy link
Member

niosus commented Jun 2, 2021

The code in the repo is designed to work with a single LiDAR. This limitation is also described in the corresponding papers. The reason for this is that the points it would generate must fall exactly on the pixels of the range image. You can try to project the fused point cloud onto a custom range image but this is prone to failure as there will be gaps in the range data. If you manage to create a range image without the gaps from your fused LiDAR setup the algorithm should work.

@niosus niosus closed this as completed Jun 2, 2021
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