Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 11, 2024
1 parent 0e439b6 commit c417043
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openni2_camera/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package openni2_camera
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* rename depth/image_raw to depth_raw/image (`#140 <https://github.com/ros-drivers/openni2_camera/issues/140>`_)
Without this change, both depth/image and depth/image_raw publish the
same camera_info topic (depth/camera_info) - this has several issues:
* subscribing to either image causes both to be published along with
their respective camera_info
* remapping either camera_info, remaps both
* In Jazzy, it appears that the double camera_info also causes minor
issues with message_filters in downstream packages
* Contributors: Michael Ferguson

2.2.0 (2024-03-14)
------------------
* fix build on Ubuntu Noble (24.04) (`#138 <https://github.com/ros-drivers/openni2_camera/issues/138>`_)
Expand Down

0 comments on commit c417043

Please sign in to comment.