File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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---
180184name : disparity_thresholder
181185components :
@@ -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---
226234name : disparity_compositor
227235components :
@@ -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---
279291name : sink
280292components :
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments