File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
isaac_ros_occupancy_grid_localizer
isaac_ros_pointcloud_utils Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NVIDIA-accelerated Map localization.
66
77## Overview
88
9- The [ Isaac ROS Map Localization] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_map_localization ) module contains ROS 2 packages for lidar
9+ The Isaac ROS Map Localization module contains ROS 2 packages for lidar
1010processing to estimate poses relative to a map. The Occupancy Grid
1111Localizer processes a planar range scan to estimate pose in an occupancy
1212grid map; this occurs in less than 1 second for most maps. This initial
@@ -69,9 +69,9 @@ This package is powered by [NVIDIA Isaac Transport for ROS (NITROS)](https://dev
6969
7070## Performance
7171
72- | Sample Graph<br /><br /> | Input Size<br /><br /> | AGX Orin<br /><br /> | Orin NX<br /><br /> | Orin Nano 8GB<br /><br /> | x86_64 w/ RTX 4090<br /><br /> |
72+ | Sample Graph<br /><br /> | Input Size<br /><br /> | AGX Orin<br /><br /> | Orin NX<br /><br /> | Orin Nano Super 8GB<br /><br /> | x86_64 w/ RTX 4090<br /><br /> |
7373| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
74- | [ Occupancy Grid Localizer Node] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/benchmarks/isaac_ros_occupancy_grid_localizer_benchmark/scripts/isaac_ros_grid_localizer_node.py ) <br /><br /><br /><br /> | ~ 50 sq. m<br /><br /><br /><br /> | [ 12.9 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-agx_orin.json ) <br /><br /><br />86 ms @ 30Hz<br /><br /> | [ 8.36 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-orin_nx.json ) <br /><br /><br />130 ms @ 30Hz<br /><br /> | [ 5.81 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-orin_nano.json ) <br /><br /><br />190 ms @ 30Hz<br /><br /> | [ 50.1 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-x86-4090.json ) <br /><br /><br />8.8 ms @ 30Hz<br /><br /> |
74+ | [ Occupancy Grid Localizer Node] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/benchmarks/isaac_ros_occupancy_grid_localizer_benchmark/scripts/isaac_ros_grid_localizer_node.py ) <br /><br /><br /><br /> | ~ 50 sq. m<br /><br /><br /><br /> | [ 19.6 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-agx_orin.json ) <br /><br /><br />57 ms @ 30Hz<br /><br /> | [ 8.36 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-orin_nx.json ) <br /><br /><br />130 ms @ 30Hz<br /><br /> | [ 9.02 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-orin_nano.json ) <br /><br /><br />120 ms @ 30Hz<br /><br /> | [ 50.1 fps] ( https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_benchmark/blob/main/results/isaac_ros_grid_localizer_node-x86-4090.json ) <br /><br /><br />8.5 ms @ 30Hz<br /><br /> |
7575
7676---
7777
Original file line number Diff line number Diff line change 2121<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2222<package format =" 3" >
2323 <name >isaac_ros_occupancy_grid_localizer</name >
24- <version >3.2.0 </version >
24+ <version >3.2.4 </version >
2525 <description >Occupancy Grid Global Localizer.</description >
2626
2727 <
maintainer email =
" [email protected] " >Isaac ROS Maintainers</
maintainer >
Original file line number Diff line number Diff line change 2121<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2222<package format =" 3" >
2323 <name >isaac_ros_pointcloud_utils</name >
24- <version >3.2.0 </version >
24+ <version >3.2.4 </version >
2525 <description >Isaac ROS Point Cloud Utilities.</description >
2626
2727 <
maintainer email =
" [email protected] " >Isaac ROS Maintainers</
maintainer >
You can’t perform that action at this time.
0 commit comments