# nvidia-isaac/nvblox

A GPU-accelerated TSDF and ESDF library for robots equipped with RGB-D cameras.

Repository: https://github.com/nvidia-isaac/nvblox
Canonical: https://ross.abutalabs.com/products/nvblox
Language: C++
License: NOASSERTION
License Family: other
Last push: 2026-07-03T11:21:44+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 71, longevity 100
- inputs: {"age_days": 1636, "days_push": 61, "days_rel": 118, "gap_med": 48.0, "n_releases_24m": 5}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1276, forks 161 (observed 2026-08-28T04:04:13.104823+00:00)

## What it is
nvblox is a GPU-accelerated C++/Python library for real-time 3D reconstruction using TSDF and ESDF volumetric mapping, designed for robots with RGB-D cameras. It leverages CUDA and NVIDIA hardware to build, manipulate, and query 3D reconstructions at high runtime performance.

## Use cases
- reconstruct 3D scenes in real time from RGB-D camera data
- compute Euclidean signed distance fields for robot path planning
- build TSDF maps on the GPU for robotic navigation
- fuse depth camera streams into a 3D occupancy reconstruction
- query distance fields for collision avoidance on a robot
- integrate 3D scene reconstruction into a ROS2 robotics stack

## When to choose
- you need real-time TSDF/ESDF reconstruction on NVIDIA GPUs
- your robot uses RGB-D cameras and needs 3D mapping for navigation
- you want a C++, Python, or ROS2 interface for volumetric reconstruction
- runtime performance of 3D reconstruction is critical

## When to avoid
- you don't have an NVIDIA GPU with CUDA support
- you need CPU-only 3D reconstruction
- your project requires a permissive open-source license (license is custom/NVIDIA)
- you need reconstruction from LiDAR rather than RGB-D cameras without extra work

## Facets
- artifact type: library
- maturity: active
- function: computer-vision, graphics, simulation, machine-learning
- domain: robotics, computer-vision, gpu-computing, simulation
- platform: cpp, python
- tags: tsdf, esdf, 3d-reconstruction, rgb-d, cuda, depth-cameras, ros2, spatial-mapping, gpu, linux, ros

## Member repositories
- nvidia-isaac/nvblox (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:13.104823+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:02:58.046143+00:00, confidence not recorded.
  - readme: https://github.com/nvidia-isaac/nvblox (fetched 2026-08-28T04:04:13.104823+00:00, sha ab681799fe04)
- Data as of 2026-08-30T08:39:29.467469+00:00.
