#icp #slam #kiss-icp #parallel-processing

kiss-icp-ops-eigen

Unofficial Pure Rust Implementation of kiss-icp

1 unstable release

0.1.0 Feb 3, 2024

#976 in Concurrency


Used in 3 crates (via kiss-icp-ops)

Custom license

12KB
233 lines

KISS-ICP

An unofficial pure Rust implementation of KISS-ICP, a LiDAR Odometry pipeline that just works on most of the cases without tunning any parameter.

Features

  • Hardware Topology-aware Parallel Computing support (numa feature, enabled by default)
  • KISS-ICP python plugin Integration (Seamless CMake supported is planned)

Install

Python (kiss-icp)

TBD

Rust Library

cargo add kiss-icp

LICENSE

If a separate LICENSE file is provided among the Rust packages, it will comply with that license and not the "Main License" in the root path of this repository. All other packages follow the MIT license, the "Main License" of this repository.

Dependencies

~3MB
~57K SLoC