Demo • Video • Install • ROS • Paper • Contact Us
(May 19, 2026) pip installation is now live:
GenZ-ICP is a Generalizable and Degeneracy-Robust LiDAR Odometry Using an Adaptive Weighting
pip install genz-icpNext, follow the instructions on how to run the system by typing:
genz_icp_pipeline --helpThis should print a help message with supported dataloaders and options.
For advanced instructions on the Python package please see this README
ROS 1
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone https://github.com/cocel-postech/genz-icp.git
cd ..
catkin build genz_icp --cmake-args -DCMAKE_BUILD_TYPE=Release
source ~/catkin_ws/devel/setup.bashroslaunch genz_icp odometry.launch topic:=<topic_name> config_file:=<config_file_name>.yaml
rosbag play <rosbag_file_name>.bagroslaunch genz_icp odometry.launch topic:=<topic_name>
rosbag play <rosbag_file_name>.bagExamples and download links for demo datasets are available in ros/README.md.
Parameter tuning guide: ros/config/parameter_tuning_guide.md
ROS 2
mkdir -p ~/colcon_ws/src
cd ~/colcon_ws/src
git clone https://github.com/cocel-postech/genz-icp.git
cd ..
colcon build --packages-select genz_icp --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install
source ~/colcon_ws/install/setup.bashros2 launch genz_icp odometry.launch.py topic:=<topic_name> config_file:=<config_file_name>.yaml
ros2 bag play <rosbag_file_name>.db3ros2 launch genz_icp odometry.launch.py topic:=<topic_name>
ros2 bag play <rosbag_file_name>.db3Examples and download links for demo datasets are available in ros/README.md.
Parameter tuning guide: ros/config/parameter_tuning_guide.md
If you use our codes, please cite our paper (arXiv, IEEE Xplore)
@ARTICLE{lee2024genzicp,
author={Lee, Daehan and Lim, Hyungtae and Han, Soohee},
journal={IEEE Robotics and Automation Letters (RA-L)},
title={{GenZ-ICP: Generalizable and Degeneracy-Robust LiDAR Odometry Using an Adaptive Weighting}},
year={2025},
volume={10},
number={1},
pages={152-159},
keywords={Localization;Mapping;SLAM},
doi={10.1109/LRA.2024.3498779}
}
For the LiDAR-inertial odometry (LIO) extension of GenZ-ICP, please also refer to GenZ-LIO.
@article{lee2026genzlio,
title={{GenZ-LIO: Generalizable LiDAR-Inertial Odometry Beyond Indoor--Outdoor Boundaries}},
author={Lee, Daehan and Lim, Hyungtae and Kim, Seongjun and Rho, Soonbin and Lee, Changhyeon and Park, Sanghyun and Hong, Junwoo and Choi, Eunseon and Jo, Hyunyoung and Han, Soohee},
journal={arXiv preprint arXiv:2603.16273},
year={2026}
}
Like KISS-ICP, we envision GenZ-ICP as a community-driven project, we love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below, just open a Pull Request!
Many thanks to KISS team—Ignacio Vizzo, Tiziano Guadagnino, Benedikt Mersch—to provide outstanding LiDAR odometry codes!
Please refer to KISS-ICP for more information
If you have any questions, please do not hesitate to contact us
- Daehan Lee ✉️ daehanlee
atpostechdotacdotkr - Hyungtae Lim ✉️ shapelim
atmitdotedu
