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 FAST-LIVO2 without camera #61

Open
crazy-robotics opened this issue Jan 27, 2025 · 3 comments
Open

using FAST-LIVO2 without camera #61

crazy-robotics opened this issue Jan 27, 2025 · 3 comments

Comments

@crazy-robotics
Copy link

Hi, I am new to SLAM I want to build an application for indoor navigation. I want to use FAST-LIVO2 without a camera because I face lighting issues when using indoor navigation. is it possible to use FAST-LIVO2 without camera.

@TannerGilbert
Copy link

TannerGilbert commented Jan 27, 2025

Yes you can disable the camera by setting img_en: 0 in the config file. For reference this will change the slam_mode_:

Probably worth looking into the performance difference between FAST-LIVO2 without camera and FASTLIO2 for your application.

@protocad-design
Copy link

protocad-design commented Feb 2, 2025

Hi, i tried this and its working. But after setting img_en to 0 no PCD file will be created after exiting FAST-LIVO2. (pcd_save_en is set to true)

PS: There is no error message or warning.

@Albert-wa
Copy link

Hi, i tried this and its working. But after setting img_en to 0 no PCD file will be created after exiting FAST-LIVO2. (pcd_save_en is set to true)

PS: There is no error message or warning.

For FAST-LIVO2 without camera, point cloud in world frame will be stored in pcl_w_wait_pub instead of laserCloudWorldRGB

So we need to create a point cloud (e.g. pcl_wait_save_xyzi) in format of PointCloudXYZI to cumulate pcl_w_wait_pub in it for outputting PCD file (with points x, y, z, intensity)
Image
Image
If downsampled PCD file needed as well, just add an extra voxel grid filter for pcl_wait_save_xyzi

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