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

1.6.1 #133

Merged
merged 1 commit into from
Oct 25, 2023
Merged

1.6.1 #133

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
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
Loading