Skip to content

Commit b8e1377

Browse files
authored
Merge pull request #21 from NVIDIA-ISAAC-ROS/release-2.1
Isaac ROS 2.1.0
2 parents 8e1a9b8 + fdc1e13 commit b8e1377

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

isaac_ros_ess/config/ess_inference.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ components:
176176
input_layers_name: [input_left, input_right]
177177
output_layers_name: [output_left, output_conf]
178178
preprocess_type: RESIZE
179+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
180+
parameters:
181+
allocator: pool
182+
min_blocks: 1
179183
---
180184
name: disparity_thresholder
181185
components:
@@ -222,6 +226,10 @@ components:
222226
allocator: allocator
223227
threshold: 0.9
224228
fill_value_float: -1.0
229+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
230+
parameters:
231+
allocator: allocator
232+
min_blocks: 1
225233
---
226234
name: disparity_compositor
227235
components:
@@ -275,6 +283,10 @@ components:
275283
output_transmitter: data_transmitter
276284
min_disparity: 0
277285
max_disparity: -1
286+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
287+
parameters:
288+
allocator: pool
289+
min_blocks: 1
278290
---
279291
name: sink
280292
components:

isaac_ros_ess/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
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_ess</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>DNN Stereo Disparity Network for Isaac ROS</description>
2626

2727
<maintainer email="[email protected]">Xutong Ren</maintainer>

0 commit comments

Comments
 (0)