ros-lyrical-image-rotate (7.1.3-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 09 Dec 2025 00:00:00 -0000

ros-lyrical-image-rotate (7.1.2-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 16 Sep 2025 00:00:00 -0000

ros-lyrical-image-rotate (7.1.1-3resolute) resolute; urgency=high

  * Support image_transport lifecycle (#1099 <https://github.com/ros-perception/image_pipeline/issues/1099>)
  * Contributors: Alejandro Hernández Cordero

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 01 Sep 2025 00:00:00 -0000

ros-lyrical-image-rotate (7.1.0-3resolute) resolute; urgency=high

  * Replace deprecated tf2_ros headers (#1110 <https://github.com/ros-perception/image_pipeline/issues/1110>)
  * Replace rmq_qos_profile_t with rclcpp::QoS (#1106 <https://github.com/ros-perception/image_pipeline/issues/1106>)
  * Update index.ros.org package website links (#1101 <https://github.com/ros-perception/image_pipeline/issues/1101>)
  * Contributors: Alejandro Hernández Cordero, Christophe Bedard

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 29 Jul 2025 00:00:00 -0000

ros-lyrical-image-rotate (7.0.0-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 19 May 2025 00:00:00 -0000

ros-lyrical-image-rotate (6.0.10-3resolute) resolute; urgency=high

  * fix depth_image_proc launch files (#1077 <https://github.com/ros-perception/image_pipeline/issues/1077>)
  * Contributors: Christian Rauch

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Thu, 27 Feb 2025 00:00:00 -0000

ros-lyrical-image-rotate (6.0.9-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Thu, 13 Feb 2025 00:00:00 -0000

ros-lyrical-image-rotate (6.0.8-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 10 Feb 2025 00:00:00 -0000

ros-lyrical-image-rotate (6.0.7-3resolute) resolute; urgency=high

  * Deprecating tf2 C Headers (#1039 <https://github.com/ros-perception/image_pipeline/issues/1039>)
    Related to this [pull
    request](https://github.com/ros2/geometry2/pull/720) in geometry2 in
    which we deprecated the .h style headers in favor of .hpp.
    Co-authored-by: Alejandro Hernández Cordero <mailto:ahcorde@gmail.com>
  * Contributors: Lucas Wendland

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Fri, 27 Dec 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.6-3resolute) resolute; urgency=high

  * add image_flip node (#942 <https://github.com/ros-perception/image_pipeline/issues/942>)
    This is a continuation of
    https://github.com/ros-perception/image_pipeline/pull/756:
    * [x] Squashed 16 commits in original PR for ease of rebase/review
    * [x] Moved node into image_rotate package
    * [x] Added lazy subscriber
    * [x] Removes QoS parameters - will add proper QoS overrides in a
    different PR (when we do the same for image_rotate)
    * [x] Adds documentation
    ---------
    Co-authored-by: David Conner <mailto:robotics@cnu.edu>
    Co-authored-by: Alejandro Hernández Cordero <mailto:ahcorde@gmail.com>
  * Contributors: Michael Ferguson

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Wed, 11 Dec 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.5-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Wed, 30 Oct 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.4-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Wed, 16 Oct 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.3-3resolute) resolute; urgency=high

  * Publish using unique ptr (#1016 <https://github.com/ros-perception/image_pipeline/issues/1016>)
    Prevents doing an extra copy of the data when using intra-process
    communication.
  * Finish QoS updates (#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>)
    This implements the remainder of #847 <https://github.com/ros-perception/image_pipeline/issues/847>:
    - Make sure publishers default to system defaults (reliable)
    - Add QoS overriding where possible (some of the image_transport /
    message_filters stuff doesn't really support that)
    - Use the matching heuristic for subscribers consistently
  * Contributors: Błażej Sowa, Michael Ferguson

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 20 Aug 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.2-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 23 Jul 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.1-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 22 Jul 2024 00:00:00 -0000

ros-lyrical-image-rotate (6.0.0-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 27 May 2024 00:00:00 -0000

ros-lyrical-image-rotate (5.0.1-3resolute) resolute; urgency=high

  * fix image publisher remapping (#941 <https://github.com/ros-perception/image_pipeline/issues/941>)
    Addresses #940 <https://github.com/ros-perception/image_pipeline/issues/940> - fixes the compressed/etc topic remapping for publishers
  * unified changelog, add missing image, deduplicate tutorials (#938 <https://github.com/ros-perception/image_pipeline/issues/938>)
    Last bit of documentation updates - putting together a single changelog
    summary for the whole release (rather than scattering among packages).
    Unified the camera_info tutorial so it isn't duplicated. Added a missing
    image from image_rotate (was on local disk, but hadn't committed it)
  * add docs for image_rotate/publisher (#936 <https://github.com/ros-perception/image_pipeline/issues/936>)
  * Contributors: Michael Ferguson

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 26 Mar 2024 00:00:00 -0000

ros-lyrical-image-rotate (5.0.0-3resolute) resolute; urgency=high

  * Removed cfg files related with ROS 1 parameters (#911 <https://github.com/ros-perception/image_pipeline/issues/911>)
    Removed cfg files related with ROS 1 parameters
  * image_rotate: clean up (#862 <https://github.com/ros-perception/image_pipeline/issues/862>)
    This is the first component/node with a cleanup pass to be fully
    implemented:
    * Fix #740 <https://github.com/ros-perception/image_pipeline/issues/740> by initializing vectors. Do this by declaring parameters
    AFTER we define the callback
    * Implement lazy subscribers (I missed this in the earlier PRs)
    * Add image_transport parameter so we can specify that desired transport
    of our subscriptions
    * Update how we test for connectivity (and update the debug message -
    has nothing to do with whether we are remapped, it's really about
    whether we are connected)
  * load image_rotate::ImageRotateNode as component (#855 <https://github.com/ros-perception/image_pipeline/issues/855>)
    This is a fixed version of #820 <https://github.com/ros-perception/image_pipeline/issues/820> - targeting rolling
  * add myself as a maintainer (#846 <https://github.com/ros-perception/image_pipeline/issues/846>)
  * Contributors: Alejandro Hernández Cordero, Michael Ferguson

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Wed, 24 Jan 2024 00:00:00 -0000

ros-lyrical-image-rotate (3.0.1-3resolute) resolute; urgency=high

  * Replace deprecated headers
    Fixing compiler warnings.
  * Contributors: Jacob Perron

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 04 Dec 2022 00:00:00 -0000

ros-lyrical-image-rotate (3.0.0-3resolute) resolute; urgency=high

  * Cleanup the image_rotate package.
  * Replace deprecated geometry2 headers
  * revert a293252
  * Replace deprecated geometry2 headers
  * Add maintainer (#667 <https://github.com/ros-perception/image_pipeline/issues/667>)
  * Contributors: Chris Lalancette, Jacob Perron, Patrick Musau

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Fri, 29 Apr 2022 00:00:00 -0000

ros-lyrical-image-rotate (2.2.1-3resolute) resolute; urgency=high

  * remove email blasts from steve macenski (#596 <https://github.com/ros-perception/image_pipeline/issues/596>)
  * [Foxy] Use ament_auto Macros (#573 <https://github.com/ros-perception/image_pipeline/issues/573>)
  * Contributors: Joshua Whitley, Steve Macenski

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Thu, 27 Aug 2020 00:00:00 -0000

ros-lyrical-image-rotate (2.2.0-3resolute) resolute; urgency=high

  * Replacing deprecated header includes with new HPP versions. (#566 <https://github.com/ros-perception/image_pipeline/issues/566>)
  * Use newer 'add_on_set_parameters_callback' API (#562 <https://github.com/ros-perception/image_pipeline/issues/562>)
    The old API was deprecated in Foxy and since removed in https://github.com/ros2/rclcpp/pull/1199.
  * Contributors: Jacob Perron, Joshua Whitley
  * Initial ROS2 commit.
  * Contributors: Michael Carroll

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 27 Jul 2020 00:00:00 -0000

ros-lyrical-image-rotate (1.12.23-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Thu, 10 May 2018 00:00:00 -0000

ros-lyrical-image-rotate (1.12.22-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Fri, 08 Dec 2017 00:00:00 -0000

ros-lyrical-image-rotate (1.12.21-3resolute) resolute; urgency=high

  * [image_rotate] Added TF timeout so that transforms only need to be newer than last frame. (#293 <https://github.com/ros-perception/image_pipeline/issues/293>)
  * Contributors: mhosmar-cpr

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 05 Nov 2017 00:00:00 -0000

ros-lyrical-image-rotate (1.12.20-3resolute) resolute; urgency=high

  * Fix CMake warnings about Eigen.
  * address gcc6 build error
    With gcc6, compiling fails with stdlib.h: No such file or directory,
    as including '-isystem /usr/include' breaks with gcc6, cf.,
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129.
    This commit addresses this issue for this package in the same way
    it was addressed in various other ROS packages. A list of related
    commits and pull requests is at:
    https://github.com/ros/rosdistro/issues/12783
    Signed-off-by: Lukas Bulwahn <mailto:lukas.bulwahn@oss.bmw-carit.de>
  * Contributors: Lukas Bulwahn, Vincent Rabaud

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 30 Apr 2017 00:00:00 -0000

ros-lyrical-image-rotate (1.12.19-3resolute) resolute; urgency=high

  * Fix frames if it is empty to rotate image
  * Contributors: Kentaro Wada

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 24 Jul 2016 00:00:00 -0000

ros-lyrical-image-rotate (1.12.18-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 12 Jul 2016 00:00:00 -0000

ros-lyrical-image-rotate (1.12.17-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 11 Jul 2016 00:00:00 -0000

ros-lyrical-image-rotate (1.12.16-3resolute) resolute; urgency=high

  * clean OpenCV dependency in package.xml
  * Contributors: Vincent Rabaud

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sat, 19 Mar 2016 00:00:00 -0000

ros-lyrical-image-rotate (1.12.15-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 17 Jan 2016 00:00:00 -0000

ros-lyrical-image-rotate (1.12.14-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Wed, 22 Jul 2015 00:00:00 -0000

ros-lyrical-image-rotate (1.12.13-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 06 Apr 2015 00:00:00 -0000

ros-lyrical-image-rotate (1.12.12-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Wed, 31 Dec 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.11-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 26 Oct 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.10-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 28 Sep 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.9-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 21 Sep 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.8-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 19 Aug 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.6-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 27 Jul 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.4-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Mon, 28 Apr 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.3-3resolute) resolute; urgency=high



 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sat, 12 Apr 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.2-3resolute) resolute; urgency=high

  * use NODELET_** macros instead of ROS_** macros
  * use getNodeHandle rather than getPrivateNodeHandle
  * add executable to load image_rotate/image_rotate nodelet.
    add xml file to export nodelet definition.
    Conflicts:
    image_rotate/package.xml
  * make image_rotate nodelet class
    Conflicts:
    image_rotate/CMakeLists.txt
    image_rotate/package.xml
    image_rotate/src/nodelet/image_rotate_nodelet.cpp
  * move image_rotate.cpp to nodelet directory according to the directory convenstion of image_pipeline
  * Contributors: Ryohei Ueda

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Tue, 08 Apr 2014 00:00:00 -0000

ros-lyrical-image-rotate (1.12.1-3resolute) resolute; urgency=high

  * replace tf usage by tf2 usage

 -- Vincent Rabaud <vincent.rabaud@gmail.com>  Sun, 06 Apr 2014 00:00:00 -0000


