Skip to content

SLAMWang/fasterGICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasterGICP

This package is an improvement of fast_gicp

Please cite our paper if possible.

W. Jikai, M. Xu, F. Farzin, D. Dai and Z. Chen, "FasterGICP: Acceptance-rejection Sampling based 3D Lidar Odometry," in IEEE Robotics and Automation Letters, doi: 10.1109/LRA.2021.3124072.

Installation

Dependencies

We have tested this package on Ubuntu 18.04/20.04 and CUDA 11.1.

CUDA

To enable the CUDA-powered implementations, set BUILD_VGICP_CUDA cmake option to ON.

Non-ROS

git clone https://github.com/SMRT-AIST/fast_gicp --recursive
mkdir fast_gicp/build && cd fast_gicp/build
cmake .. -DCMAKE_BUILD_TYPE=Release
# enable cuda-based implementations
# cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_VGICP_CUDA=ON
make -j8

Test on KITTI

C++

cd fasterGICP/build
# reading program parameters from fasterGICP/include/settings.txt 
./gicp_kitti

Related packages

Papers

Contact

About

an improvement of fast_gicp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published