Our recent work LOG-LIO2 and a more detailed readme are coming soon!
The trajectory file will be saved in TUM format in the file named "/Log/target_path.txt".
The error of the trajectory is smaller than that of our paper because we fixed some bugs before open-source.
Related video: Ring FALS.
Ubuntu >= 16.04
For Ubuntu 18.04 or higher, the default PCL and Eigen is enough for FAST-LIO to work normally.
compile following Ring FALS normal estimator.
Clone the repository and catkin_make:
cd ~/$A_ROS_DIR$/src
git clone https://github.com/tiev-tongji/LOG-LIO.git
cd ..
catkin_make
source devel/setup.bash
We conduct experiments on the M2DGR and NTU VIRAL datasets. The corresponding launch and yaml file is provided.
Note that the timestamp in the NTU VARIL dataset is the end time.
cd ~/$LOG_LIO_ROS_DIR$
source devel/setup.bash
# for the M2DGR dataset
roslaunch log_lio mapping_m2dgr.launch
# for the NTU VIRAL dataset
roslaunch log_lio mapping_viral.launch
Thanks for LOAM(J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time), Fast-LIO2, ikd-Tree and VoxelMap.
@article{huang2023log,
title={LOG-LIO: A LiDAR-Inertial Odometry with Efficient Local Geometric Information Estimation},
author={Huang, Kai and Zhao, Junqiao and Zhu, Zhongyang and Ye, Chen and Feng, Tiantian},
journal={IEEE Robotics and Automation Letters},
volume={9},
number={1},
pages={459--466},
year={2023},
publisher={IEEE}
}