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

livox lidar #22

Open
lijian636 opened this issue Jul 12, 2021 · 6 comments
Open

livox lidar #22

lijian636 opened this issue Jul 12, 2021 · 6 comments

Comments

@lijian636
Copy link

Can this algorithm be used on livox lidar?

@Lollipopkkk
Copy link

I have a lidar producted by neuvition,so i try to use this lidar to make slam by this algoithm.If you do it,please share you experience,thx

@wdczz
Copy link

wdczz commented Jun 1, 2023

I also use neuvition to slam.If you do it, please share me, too TUT

@Lollipopkkk
Copy link

I also use neuvition to slam.If you do it, please share me, too TUT
I can't think it can be used by this algoithm,and my email address is [email protected].

@mbiselx
Copy link

mbiselx commented Jun 1, 2023

I've been testing it with the Livox HAP.
It required a few changes to get it to work (you'll find them on my fork, but it's mainly a question of changing all point types from PointXYZRGB to PointXYZI).
The results are still not very good so far. I'm guessing this is due to the non-repetitve scanning pattern used in this lidar (and most other Livox lidars), as I'm also testing it with a velarray M1600 which does have a repetitive scanning pattern and which is gives decent results.

@Lollipopkkk
Copy link

I've been testing it with the Livox HAP. It required a few changes to get it to work (you'll find them on my fork, but it's mainly a question of changing all point types from PointXYZRGB to PointXYZI). The results are still not very good so far. I'm guessing this is due to the non-repetitve scanning pattern used in this lidar (and most other Livox lidars), as I'm also testing it with a velarray M1600 which does have a repetitive scanning pattern and which is gives decent results.
you're right,Livox(DJI) and neuvition that i used is the non-repetitive scanning pattern lidar,they aren't as same as the repetitive lidar. you can use RS-lidar-M1 or L515 to implement this algorithm.
in fact,this program looks a lot like floam.do you know livox-loam?

@wdczz
Copy link

wdczz commented Jul 29, 2023

Actually, I give up this algorithm with my neuvition , I try running fastlio2 with livoxmid40.Sometimes,there are problems bacause of lidar itself. TUT

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