Skip to content

Commit

Permalink
Merge pull request #30 from NVIDIA-ISAAC-ROS/release-3.1
Browse files Browse the repository at this point in the history
Isaac ROS 3.1
  • Loading branch information
jaiveersinghNV authored Sep 27, 2024
2 parents d20faa3 + 3218c40 commit 6058ca5
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Please visit the [Isaac ROS Documentation](https://nvidia-isaac-ros.github.io/re

## Latest

Update 2024-05-30: Add SegFormer and Segment Anything packages
Update 2024-09-26: Update for ZED compatibility
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>gxf_isaac_ros_segment_anything</name>
<version>3.0.1</version>
<version>3.1.0</version>
<description>Segmentation Anything extension.</description>

<maintainer email="isaac-ros-maintainers@nvidia.com">Isaac ROS Maintainers</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_gxf_extensions/gxf_isaac_ros_unet/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>gxf_isaac_ros_unet</name>
<version>3.0.1</version>
<version>3.1.0</version>
<description>Segmentation post-processor extension.</description>

<maintainer email="isaac-ros-maintainers@nvidia.com">Isaac ROS Maintainers</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_peoplesemseg_models_install/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_peoplesemseg_models_install</name>
<version>3.0.1</version>
<version>3.1.0</version>
<description>Scripts for installing people segmentation models</description>

<maintainer email="isaac-ros-maintainers@nvidia.com">Isaac ROS Maintainers</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_segformer/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_segformer</name>
<version>3.0.1</version>
<version>3.1.0</version>
<description>Segformer model processing</description>

<maintainer email="isaac-ros-maintainers@nvidia.com">Isaac ROS Maintainers</maintainer>
Expand Down
16 changes: 16 additions & 0 deletions isaac_ros_segment_anything/config/quickstart_interface_specs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"camera_resolution": {
"width": 1280,
"height": 720
},
"input_image": {
"width": 1280,
"height": 720
},
"camera_model" : "zed2",
"subscribed_topics": {
"image": "/image_rect",
"camera_info": "/camera_info_rect",
"prompt": "/detections_output"
}
}
2 changes: 1 addition & 1 deletion isaac_ros_segment_anything/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_segment_anything</name>
<version>3.0.1</version>
<version>3.1.0</version>
<description>Segment Anything model processing</description>

<maintainer email="isaac-ros-maintainers@nvidia.com">Isaac ROS Maintainers</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_unet/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_unet</name>
<version>3.0.1</version>
<version>3.1.0</version>
<description>U-Net model processing</description>

<maintainer email="isaac-ros-maintainers@nvidia.com">Isaac ROS Maintainers</maintainer>
Expand Down

0 comments on commit 6058ca5

Please sign in to comment.