Ross ROSS = Recommend OSS · open-source software intelligence for agents

koide3/fast_gicp

A collection of GICP-based fast point cloud registration algorithms observed · 2026-08-28

github.com/koide3/fast_gicp · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

40/100

  • Activity 18
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2401
  • days_rel: n/a
  • days_push: 497
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1686 stars · 372 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A C++ library of fast GICP-based point cloud registration algorithms, including multi-threaded GICP, voxelized GICP (VGICP), and CUDA-accelerated VGICP and NDT implementations. It provides PCL-compatible registration interfaces plus Python bindings, allowing drop-in replacement for PCL's GICP.

Use cases

  • align two 3d point clouds fast
  • scan matching for lidar slam
  • replace pcl gicp with a faster implementation
  • gpu-accelerated point cloud registration
  • register point clouds from python
  • ndt scan matching for odometry
  • voxelized gicp for large point clouds

When to choose

  • you need high-throughput point cloud registration with PCL-compatible interfaces
  • you want CUDA-accelerated VGICP or NDT for real-time robotics
  • you need Python bindings for point cloud alignment
  • you are building SLAM or odometry pipelines on Linux

When to avoid

  • you want the fastest, most lightweight option - the author recommends small_gicp instead
  • you need Windows support or minimal dependencies
  • you only need simple ICP without covariance-based registration

Facets

library · maturity maintenance

computer-vision image-processing math sdk robotics computer-vision autonomous-vehicles cpp python point-cloud-registration gicp icp scan-matching cuda pcl ndt 3d-slam lidar algorithms linux macos gpu ros

1 source

Member repositories

RepositoryRoleHealth v2
koide3/fast_gicpmain40

For agents

markdown · JSON · MCP: product_card(name="koide3/fast_gicp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem