Skip to content

NVIDIA-ISAAC-ROS/isaac_ros_freespace_segmentation

Repository files navigation

Isaac ROS Freespace Segmentation

NVIDIA-accelerated, deep-learned freespace segmentation

Isaac ROS Freespace Segmentation Sample Output

Overview

Isaac ROS Freespace Segmentation contains an ROS 2 package to produce occupancy grids for navigation. By processing a freespace segmentation mask with the pose of the robot relative to the ground, Bi3D Freespace produces an occupancy grid for Nav2, which is used to avoid obstacles during navigation. This package is GPU accelerated to provide real-time, low latency results in a robotics application. Bi3D Freespace provides an additional occupancy grid source for mobile robots (ground based).

Isaac ROS Freespace Segmentation Sample Output

isaac_ros_bi3d is used in a graph of nodes to provide a freespace segmentation mask as one output from a time-synchronized input left and right stereo image pair. The freespace mask is used by isaac_ros_bi3d_freespace with TF pose of the camera relative to the ground to compute planar freespace into an occupancy grid as input to Nav2.

There are multiple methods to predict the occupancy grid as an input to navigation. None of these methods are perfect; each has limitations on the accuracy of its estimate from the sensor providing measured observations. Each sensor has a unique field of view, range to provide its measured view of the world, and corresponding areas it does not measure. Bi3D Freespace provides a diverse approach to identifying obstacles from freespace. Stereo camera input used for this function is diverse relative to lidar, and has a better vertical field of view than most lidar units, allowing for perception of low lying obstacles that lidar can miss. Bi3D Freespace provides a robust, vision-based complement to lidar occupancy scanning.

Isaac ROS NITROS Acceleration

This package is powered by NVIDIA Isaac Transport for ROS (NITROS), which leverages type adaptation and negotiation to optimize message formats and dramatically accelerate communication between participating nodes.

Performance

Sample Graph

Input Size

AGX Orin

Orin NX

Orin Nano 8GB

x86_64 w/ RTX 4060 Ti

x86_64 w/ RTX 4090

Freespace Segmentation Node



576p



2190 fps


1.4 ms @ 30Hz

1850 fps


1.8 ms @ 30Hz

1220 fps


2.6 ms @ 30Hz

3500 fps


0.50 ms @ 30Hz

3500 fps


0.48 ms @ 30Hz

Freespace Segmentation Graph



576p



42.1 fps


77 ms @ 30Hz

27.4 fps


99 ms @ 30Hz

21.4 fps


100 ms @ 30Hz

88.6 fps


32 ms @ 30Hz

105 fps


38 ms @ 30Hz


Documentation

Please visit the Isaac ROS Documentation to learn how to use this repository.


Packages

Latest

Update 2024-05-30: Update to be compatible with JetPack 6.0