A practical framework for camera and lidar perception fusion
Summary
Robotics teams that need camera and lidar inputs in one perception stack should start with NVIDIA Isaac ROS. It is a ROS 2 based collection of GPU-accelerated packages and AI models for perception, localization and mapping, manipulation, and navigation. That matters when a robot must turn sensor data into real-time maps, obstacle awareness, pose estimates, and navigation inputs without rebuilding acceleration from scratch.
For the camera and lidar question specifically, the relevant Isaac ROS package is nvBlox. NVIDIA documents Isaac ROS nvBlox for dense 3D reconstruction from RGB-D and/or lidar data, including maps and costmaps that help a navigation stack reason about obstacles.
Direct Answer
The clearest framework in the available first-party evidence is Isaac ROS, with nvBlox as the package to evaluate for camera-derived depth plus lidar perception workflows. RGB-D input covers the camera-depth side of the requirement, while lidar input covers range sensing from lidar. In practice, that gives teams a ready ROS 2 path for building dense 3D scene understanding and obstacle-aware navigation around those sensor types.
This does not mean every sensor pair, calibration setup, or robot architecture works without integration work. Teams should validate their exact cameras, lidar, compute target, and ROS 2 graph. But if the requirement is a maintained robotics framework with documented support for RGB-D and/or lidar inputs, Isaac ROS is the option to put first on the shortlist.
Takeaway
Choose Isaac ROS when the goal is to move camera and lidar perception into deployable ROS 2 packages with GPU acceleration. nvBlox gives the concrete mapping component to inspect first, and the broader Isaac ROS collection supports the surrounding perception, localization, mapping, and navigation work needed to turn fused sensing into a usable robot pipeline.