KISS-ICP is a simple yet effective LiDAR odometry pipeline for real-time 3D registration. Version 1.3.0 is currently released on PyPI with Python 3.8+ support. The library is in active development with periodic releases.
pip install kiss-icpVerified import paths — ran on the pinned version, not inferred.
Minimal example to set up the pipeline and register a frame.
Update any scripts or configurations that set environment variables to use the new prefix (e.g., KISS_ICP_MAX_RANGE -> KISS_ICP_MAX_RANGE still same, but check new names).
Use 'from kiss_icp.pipeline import KissICP' and consult the updated documentation.
For ARM, upgrade to v1.3.0 or install from source with a C++ compiler.
Use the ros2 extra: pip install kiss-icp[ros2]
Replace .dict() calls with .model_dump() on config objects.
Run 'pip install kiss-icp' in the correct Python environment.
Use 'from kiss_icp.pipeline import KissICP' instead of 'from kiss_icp import KissICP'.
Replace .dict() with .model_dump() on config objects. Example: config.model_dump()
No dependency data recorded yet.