Skip to content

Commit f842250

Browse files
authored
Merge pull request #31 from NVIDIA-ISAAC-ROS/release-2.1
Isaac ROS 2.1.0
2 parents 3f46cbd + d1c57e1 commit f842250

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Please visit the [Isaac ROS Documentation](https://nvidia-isaac-ros.github.io/re
8282

8383
* [`isaac_ros_centerpose`](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/isaac_ros_centerpose/index.html)
8484
* [Quickstart](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/isaac_ros_centerpose/index.html#quickstart)
85+
* [Use Different Models](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/isaac_ros_centerpose/index.html#use-different-models)
8586
* [Troubleshooting](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/isaac_ros_centerpose/index.html#troubleshooting)
8687
* [API](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/isaac_ros_centerpose/index.html#api)
8788
* [`isaac_ros_dope`](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/isaac_ros_dope/index.html)

isaac_ros_centerpose/package.xml

Lines changed: 1 addition & 3 deletions
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_centerpose</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>CenterPose: Pose Estimation using Deep Learning</description>
2626

2727
<maintainer email="[email protected]">Kajanan Chinniah</maintainer>
@@ -37,7 +37,6 @@
3737
<build_depend>eigen</build_depend>
3838

3939
<depend>cv_bridge</depend>
40-
<depend>OpenCV</depend>
4140

4241
<depend>isaac_ros_nitros</depend>
4342
<depend>isaac_ros_nitros_detection3_d_array_type</depend>
@@ -52,7 +51,6 @@
5251

5352
<depend>message_filters</depend>
5453
<depend>rclcpp</depend>
55-
<depend>rcl_yaml_parser</depend>
5654
<depend>sensor_msgs</depend>
5755
<depend>tf2_eigen</depend>
5856

isaac_ros_dope/package.xml

Lines changed: 1 addition & 3 deletions
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_dope</name>
24-
<version>2.0.0</version>
24+
<version>2.1.0</version>
2525
<description>Deep learning based pose estimation</description>
2626

2727
<maintainer email="[email protected]">Jaiveer Singh</maintainer>
@@ -36,7 +36,6 @@
3636
<build_depend>eigen</build_depend>
3737

3838
<depend>cv_bridge</depend>
39-
<depend>OpenCV</depend>
4039

4140
<depend>isaac_ros_dnn_image_encoder</depend>
4241
<depend>isaac_ros_nitros</depend>
@@ -48,7 +47,6 @@
4847

4948
<depend>message_filters</depend>
5049
<depend>rclcpp</depend>
51-
<depend>rcl_yaml_parser</depend>
5250
<depend>sensor_msgs</depend>
5351
<depend>tf2_eigen</depend>
5452

0 commit comments

Comments
 (0)