Skip to content

Commit c23a72d

Browse files
committed
Isaac ROS 2.1.0
1 parent 751e7c7 commit c23a72d

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

isaac_ros_correlated_timestamp_driver/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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_correlated_timestamp_driver</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>Correlated Timestamp Driver.</description>
2626

2727
<maintainer email="ashwinvk@nvidia.com">Ashwin Varghese Kuruttukulam</maintainer>

isaac_ros_hawk/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2121
<package format="3">
2222
<name>isaac_ros_hawk</name>
23-
<version>2.0.0</version>
23+
<version>2.1.0</version>
2424
<description>Support for Hawk Stereo Camera</description>
2525

2626
<maintainer email="ashwinvk@nvidia.com">Ashwin Varghese Kuruttukulam</maintainer>

isaac_ros_hesai/config/hesai_node.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ components:
5656
parameters:
5757
transmitter: tensor
5858
min_size: 1
59+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
60+
parameters:
61+
allocator: allocator
62+
min_blocks: 1
5963
---
6064
name: hesai_parser
6165
components:
@@ -86,6 +90,10 @@ components:
8690
parameters:
8791
transmitter: range_scan_output
8892
min_size: 1
93+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
94+
parameters:
95+
allocator: allocator
96+
min_blocks: 1
8997
---
9098
name: range_scan_slicer
9199
components:
@@ -121,6 +129,10 @@ components:
121129
parameters:
122130
transmitter: full_scan
123131
min_size: 1
132+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
133+
parameters:
134+
allocator: allocator
135+
min_blocks: 1
124136
---
125137
name: range_scan_to_point_cloud
126138
components:
@@ -148,6 +160,10 @@ components:
148160
allocator: allocator
149161
range_scan: range_scan
150162
point_cloud: point_cloud
163+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
164+
parameters:
165+
allocator: allocator
166+
min_blocks: 1
151167
---
152168
name: sink
153169
components:

isaac_ros_hesai/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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_hesai</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>Support for Hesai Lidars.</description>
2626

2727
<maintainer email="ashwinvk@nvidia.com">Ashwin Varghese Kuruttukulam</maintainer>

isaac_ros_imu_bmi088/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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_imu_bmi088</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>ROS Drivers for the BMI088 IMU</description>
2626

2727
<maintainer email="ashwinvk@nvidia.com">Ashwin Varghese Kuruttukulam</maintainer>

isaac_ros_owl/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2121
<package format="3">
2222
<name>isaac_ros_owl</name>
23-
<version>2.0.0</version>
23+
<version>2.1.0</version>
2424
<description>Support for Owl Fisheye Camera</description>
2525

2626
<maintainer email="stgong@nvidia.com">Steven Gong</maintainer>

0 commit comments

Comments
 (0)