Skip to content

M-Evanovic/FAST-LIVO2-offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAST-LIVO2: Fast, Direct LiDAR-Inertial-Visual Odometry

Preparation

DataFolder  
├ imu_data.txt (sys_time_ms,imu_hw_ts,acc_x,acc_y,acc_z,gyro_x,gyro_y,gyro_z)
├ pcd  
│  ├ 1767781289679.pcd  
│  ├ 1767781289746.pcd  
│  ├ 1767781289813.pcd  
│  ├ ...  
├ image  
│  ├ 1767781289704.jpg
│  ├ 1767781289771.jpg
│  ├ 1767781289838.jpg
│  ├ ...

Usage

Config (offline.yaml)

common:
    dir_path: "/path/to/your/data/"
    imu_file_name: "imu_data.txt"
    lid_dir_name: "pcd/"
    img_dir_name: "image/"
    save_path: "/path/to/save/pointcloud/"
    camera_config_name: "/path/to/camera/config"

Compile

cd /path/to/workspace
mkdir build
cd build
cmake ..
make

Run

NOTICE: "/path/to/config.yaml" must be set to your config path (default: "/config/offline.yaml").

./fastlivo_mapping /path/to/config.yaml

Acknowledgement

Thank the authors of FAST-LIVO2 for open-sourcing their outstanding works.

About

FAST-LIVO2 offline version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors