Skip to content

Commit 109c2b9

Browse files
authored
Merge pull request #41 from NVIDIA-ISAAC-ROS/release-2.1
Isaac ROS 2.1.0
2 parents bfe8f8e + dcab765 commit 109c2b9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

isaac_ros_dnn_image_encoder/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_dnn_image_encoder</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>Encoder for preprocessing images into tensors for deep learning inference</description>
2626
<maintainer email="[email protected]">Hemal Shah</maintainer>
2727
<license>Apache-2.0</license>

isaac_ros_tensor_rt/config/tensor_rt_inference.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ components:
6262
force_engine_update: true
6363
verbose: true
6464
clock: utils/clock
65+
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
66+
parameters:
67+
allocator: pool
68+
min_blocks: 1
6569
---
6670
name: cuda_stream_sync
6771
components:

isaac_ros_tensor_rt/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_tensor_rt</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>DNN Inference support for Isaac ROS</description>
2626

2727
<maintainer email="[email protected]">CY Chen</maintainer>

isaac_ros_triton/package.xml

Lines changed: 1 addition & 1 deletion
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_triton</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>DNN Inference support for Isaac ROS</description>
2626

2727
<maintainer email="[email protected]">CY Chen</maintainer>

0 commit comments

Comments
 (0)