Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isaac ROS 2.1.0 #41

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion isaac_ros_dnn_image_encoder/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>isaac_ros_dnn_image_encoder</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>Encoder for preprocessing images into tensors for deep learning inference</description>
<maintainer email="hemals@nvidia.com">Hemal Shah</maintainer>
<license>Apache-2.0</license>
Expand Down
4 changes: 4 additions & 0 deletions isaac_ros_tensor_rt/config/tensor_rt_inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ components:
force_engine_update: true
verbose: true
clock: utils/clock
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
parameters:
allocator: pool
min_blocks: 1
---
name: cuda_stream_sync
components:
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_tensor_rt/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>isaac_ros_tensor_rt</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>DNN Inference support for Isaac ROS</description>

<maintainer email="cyc@nvidia.com">CY Chen</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_triton/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>isaac_ros_triton</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>DNN Inference support for Isaac ROS</description>

<maintainer email="cyc@nvidia.com">CY Chen</maintainer>
Expand Down