kinggreat24 / fasterGICP

an improvement of fast_gicp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fasterGICP

This package is an improvement of fast_gicp

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


Languages

Language:C++ 72.8%Language:Cuda 25.8%Language:CMake 1.4%Language:Shell 0.0%