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 AVIA fast lio slam? #19

Open
antun008 opened this issue Oct 19, 2021 · 3 comments
Open

Livox AVIA fast lio slam? #19

antun008 opened this issue Oct 19, 2021 · 3 comments

Comments

@antun008
Copy link

antun008 commented Oct 19, 2021

Please can someone tells me what I need to change in launch file or .cpp or .h file to get good loop closure for livox avia?

I tried with this algorithm fast_lio_slam and sc_pgo founds a loot of loop_closures, but it dosen't align 3d clouds by loop closure (it found loop closure, a lot of them, but after that it dosent do nothing, and I want just to align a revisted places which are mismatched).
I having double coridors of my halls in faculty (Do indoor mesauring with some changes in fast_lio: )

1
2

Here is my raw bag file from livox avia, imu and lidar topic:
https://geofhr-my.sharepoint.com/:u:/g/personal/ajakopec_geof_hr/EVO860RfOAxCjQsdN6Dvz68BgmdISTwoKXCli00A4DhSzw?e=Jnt1eJ

and I also got this error:
image

Please, help me! I'm trying for a week to get good results...

@antun008 antun008 changed the title Livox AVIA Livox AVIA fast lio slam? Oct 19, 2021
@antun008
Copy link
Author

antun008 commented Nov 2, 2021

Please if anyone could explain to me what I am doing wrong for livox avia and not getting an alignment of point clouds. I tried to change cpp files because livox avia has different FOV then velodyne or oyster. And also trying to change launch files, but nothing happened with my pointclouds. the same environment doesn't fits, like in first picture on this issue

@rlabs-oss
Copy link

Seems all this does is the equivalent of FAST_LIO - no loop closure. Faster_LIO also doesnt directly support loop closure. It would be ideal to run the scan00x.pcd files via another tool to loop close them - or match the trajectory pose with the file thats written so e. g RTAB-MAP can work with them. Ive still not found a slam app for the Avia that loop closes...

@FPSychotic
Copy link

FPSychotic commented Feb 5, 2023

Seems all this does is the equivalent of FAST_LIO - no loop closure. Faster_LIO also doesnt directly support loop closure. It would be ideal to run the scan00x.pcd files via another tool to loop close them - or match the trajectory pose with the file thats written so e. g RTAB-MAP can work with them. Ive still not found a slam app for the Avia that loop closes...

liorf's fork of lio-sam does, loop cloure, gnss support and 6dof IMU (9dof originaly), you can substitute ICP loop closure with SC I think, but I didn't try as ICP for me is fine for the moment. If you do it, please fork it and share it here!!! haha I hope that helps

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

3 participants