LiHeUA / IGICP

Source codes for IGICP: Intensity and Geometry Enhanced LiDAR Odometry
35 stars 4 forks source link

IGICP

This package includes the implementation of [1]. We propose a new point pair similarity method by combing the normal vector, the smallest eigenvalue of the spatial covariance matrix, and the KL divergence of local intensity values. In the pose optimization step, we use both the proposed point pair similarity and planarity as the weight.

We built our IGICP system based on fast_gicp and employed several changes as introduced in [1]. We appreciate the efforts made by fast_gicp providers.

[1] Li He, Wen Li, Yisheng Guan, and Hong Zhang. IGICP: Intensity and Geometry Enhanced LiDAR Odometry. IEEE Transactions on Intelligent Vehicles, to appear.

Li He: hel@sustech.edu.cn

Wen Li: 2112101119@mail2.gdut.edu.cn

Nov. 22, 2023

1. Install fast_gicp

First, you need to install fast_gicp, please refer to https://github.com/SMRT-AIST/fast_gicp.

2. Copy IGICP files to fast_gicp folder

Download these files and copy to your project folder

3. Run IGICP