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

3 MEMS combined pointcloud #84

Closed
ryanyej opened this issue Jun 13, 2023 · 1 comment
Closed

3 MEMS combined pointcloud #84

ryanyej opened this issue Jun 13, 2023 · 1 comment

Comments

@ryanyej
Copy link

ryanyej commented Jun 13, 2023

I want to use 4 mems-lidar combined pointcloud for close distance cluster, however I found ground point remover wasn't so ideal.
What went wrong?
Do I have to assume combined 3 mems into one sensor?

@niosus
Copy link
Member

niosus commented Jun 19, 2023

Hey @ryanyej thanks for your question. Unfortunately, the code has been designed to process the output from a single sensor. As long as your sensor has some structured output, i.e., you can represent your full scan as a depth image, you should be able to use the algorithm. If this is not the case, then you will probably have to look elsewhere or find a method to make your data structured. If you have a number of mems lidars, you might create a single "fake" sensor by projecting the 3D points of the combined point clouds onto a virtual range image or you could perform clustering on a per-sensor basis and combine the segments afterwards.
I'm not sure I can be of any help further though, so I will close this issue, but feel free to reopen it if you think otherwise.

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