Skip to content

Commit

Permalink
Merge pull request #133 from 130s/release-1.6.1
Browse files Browse the repository at this point in the history
1.6.1
  • Loading branch information
130s authored Oct 25, 2023
2 parents 2282d9b + 9047353 commit a51aabe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions openni2_camera/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package openni2_camera
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.1 (2023-10-25)
------------------
* Fix: make subprocess output a string instead of bytes, needed in python 3.7 `#113 <https://github.com/ros-drivers/openni2_camera/issues/113>`_

1.6.0 (2022-04-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion openni2_camera/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>openni2_camera</name>
<version>1.6.0</version>
<version>1.6.1</version>
<description>Drivers for the Asus Xtion and Primesense Devices. For using a kinect
with ROS, try the <a href="http://wiki.ros.org/freenect_stack">freenect stack</a>
</description>
Expand Down
4 changes: 4 additions & 0 deletions openni2_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package openni2_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.6.1 (2023-10-25)
------------------
* Fix: make subprocess output a string instead of bytes, needed in python 3.7 `#113 <https://github.com/ros-drivers/openni2_camera/issues/113>`_

1.6.0 (2022-04-12)
------------------
* [capability] Add depth_registered and depth_registered_filtered arguments `#111 <https://github.com/ros-drivers/openni2_camera/issues/111>`_
Expand Down
2 changes: 1 addition & 1 deletion openni2_launch/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>openni2_launch</name>
<version>1.6.0</version>
<version>1.6.1</version>
<description>
Launch files to start the openni2_camera drivers using rgbd_launch.
</description>
Expand Down

0 comments on commit a51aabe

Please sign in to comment.