Skip to main content

Simple yet effective 3D LiDAR-Odometry registration pipeline

Project description

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

ubuntu windows macos

KISS-ICP demo

📰 NEWS!!! 📰 ROS API

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 wrapper, please visit here

Install Python API

We released a python-package supported on macos, windows, and ubuntu.

To get started, just run

pip install kiss-icp

If you also want to install all the (optional) dependencies, like Open3D for running the visualizer:

pip install "kiss-icp[all]"

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

kiss_icp_pipeline --help

This should print the following help message: out

Install Python API (developer mode)

If you plan to modify the code then you need to setup the dev dependencies, luckilly, the only real requirements are a modern C++ compiler and the pip package manager, nothing else!, in Ubuntu-based sytems this can be done with:

sudo apt install g++ python3-pip

After that you can clone the code and install the python api:

git clone https://github.com/PRBonn/kiss-icp.git
cd kiss-icp
pip install --verbose .

Install Python API (expert mode)

If you want to have more controll over the build, you should then install cmake, ,ninja, tbb, Eigen, and pybind11 as extra dependencies in your system, the ubuntu-way of doing this is:

sudo apt install build-essential libeigen3-dev libtbb-dev pybind11-dev ninja-build

Authors

  • Ignacio Vizzo
  • Tiziano Guadagnino
  • Benedikt Mersch
  • Louis Wiesmann
  • Jens Behley
  • Cyrill Stachniss

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kiss_icp-0.1.3.tar.gz (59.7 kB view hashes)

Uploaded Source

Built Distributions

kiss_icp-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.6 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

kiss_icp-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.6 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

kiss_icp-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.7 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

kiss_icp-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.3 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

kiss_icp-0.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

kiss_icp-0.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.6 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page