bexcite / kiss-icp

KISS-ICP: In Defense of Point-to-Point ICP – Simple, Accurate, and Robust Registration If Done in the Right Way https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KISS-ICP: In Defense of Point-to-Point ICP – Simple, Accurate, and Robust Registration If Done the Right Way

kiss_sample.mp4

ROS2 support

It was never this easy, just git clone this repo into your catkin workspace and build it:

git clone https://github.com/PRBonn/kiss-icp && colcon build

ROS1 support

It was never this easy, just git clone this repo into your catkin workspace and build it:

cd ~/catkin_ws/ && git clone https://github.com/PRBonn/kiss-icp && catkin build

For more detailed instructions on the ROS wrappers, please visit this README

Install Python API

macos, windows, and ubuntu.

To get started, just run

pip install kiss-icp

Next, follow the instructions on how to run the system by typing:

kiss_icp_pipeline --help

This should print the following help message: out

For advanced instructions on the Python pacakge plase see this README

Citation

If you use this library for any academic work, please cite our original paper.

@article{vizzo2023ral,
  author    = {Vizzo, Ignacio and Guadagnino, Tiziano and Mersch, Benedikt and Wiesmann, Louis and Behley, Jens and Stachniss, Cyrill},
  title     = {{KISS-ICP: In Defense of Point-to-Point ICP -- Simple, Accurate, and Robust Registration If Done the Right Way}},
  journal   = {IEEE Robotics and Automation Letters (RA-L)},
  pages     = {1-8},
  doi       = {10.1109/LRA.2023.3236571},
  volume    = {8},
  number    = {2},
  year      = {2023},
  codeurl   = {https://github.com/PRBonn/kiss-icp},
}

Star History

Star History Chart

About

KISS-ICP: In Defense of Point-to-Point ICP – Simple, Accurate, and Robust Registration If Done in the Right Way https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf

License:MIT License


Languages

Language:Python 52.8%Language:C++ 33.0%Language:Jupyter Notebook 8.1%Language:CMake 5.9%Language:Makefile 0.1%