File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
isaac_ros_nitros_bi3d_inference_param_array_type Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,14 @@ components:
310310 threshold_value_high : 1.0
311311 max_disparity_levels : 64
312312 disparity_values : [18]
313+ - type : nvidia::gxf::MemoryAvailableSchedulingTerm
314+ parameters :
315+ allocator : pool
316+ min_blocks : 1
317+ - type : nvidia::gxf::MemoryAvailableSchedulingTerm
318+ parameters :
319+ allocator : forward_pool
320+ min_blocks : 1
313321---
314322name : bi3d_dla1
315323components :
@@ -407,6 +415,14 @@ components:
407415 threshold_value_high : 1.0
408416 max_disparity_levels : 64
409417 disparity_values : [18]
418+ - type : nvidia::gxf::MemoryAvailableSchedulingTerm
419+ parameters :
420+ allocator : pool
421+ min_blocks : 1
422+ - type : nvidia::gxf::MemoryAvailableSchedulingTerm
423+ parameters :
424+ allocator : forward_pool
425+ min_blocks : 1
410426---
411427name : sync_bi3d_dla0
412428components :
@@ -489,6 +505,10 @@ components:
489505 disparity_tensor_name : " disparity"
490506 disparity_values_tensor_name : " bi3d_inference_disparities"
491507 disparity_values : [18]
508+ - type : nvidia::gxf::MemoryAvailableSchedulingTerm
509+ parameters :
510+ allocator : pool
511+ min_blocks : 1
492512---
493513name : disparity_compositor
494514components :
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_bi3d</name >
24- <version >2.0 .0</version >
24+ <version >2.1 .0</version >
2525 <description >Bi3D inference network for ROS</description >
2626
2727 <
maintainer email =
" [email protected] " >Hemal Shah</
maintainer >
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_nitros_bi3d_inference_param_array_type</name >
24- <version >2.0 .0</version >
24+ <version >2.1 .0</version >
2525 <description >Isaac ROS Nitros Bi3D Inferece Param Array Type</description >
2626
2727 <
maintainer email =
" [email protected] " >Hemal Shah</
maintainer >
You can’t perform that action at this time.
0 commit comments