Skip to content

Commit 358211b

Browse files
authored
Merge pull request #16 from NVIDIA-ISAAC-ROS/release-2.1
Isaac ROS 2.1.0
2 parents 3e73c7f + 50f2c91 commit 358211b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

isaac_ros_bi3d/config/bi3d_node.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---
314322
name: bi3d_dla1
315323
components:
@@ -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
---
411427
name: sync_bi3d_dla0
412428
components:
@@ -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
---
493513
name: disparity_compositor
494514
components:

isaac_ros_bi3d/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_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>

isaac_ros_nitros_bi3d_inference_param_array_type/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_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>

0 commit comments

Comments
 (0)