Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Aug 20, 2024
1 parent 14a21c5 commit 7f2e54c
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 0 deletions.
3 changes: 3 additions & 0 deletions camera_calibration/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package camera_calibration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------

5.0.3 (2024-07-16)
------------------
* Added stereo calibration using charuco board (backport `#976 <https://github.com/ros-perception/image_pipeline/issues/976>`_) (`#1002 <https://github.com/ros-perception/image_pipeline/issues/1002>`_)
Expand Down
20 changes: 20 additions & 0 deletions depth_image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog for package depth_image_proc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------
* Finish QoS updates (backport `#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>`_) (`#1024 <https://github.com/ros-perception/image_pipeline/issues/1024>`_)
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
* fix signature issue from `#943 <https://github.com/ros-perception/image_pipeline/issues/943>`_ (backport `#1018 <https://github.com/ros-perception/image_pipeline/issues/1018>`_) (`#1023 <https://github.com/ros-perception/image_pipeline/issues/1023>`_)
Without this, we get
```
symbol lookup error: /home/ubr/jazzy/install/depth_image_proc/lib/libdepth_image_proc.so: undefined symbol: _ZN16depth_image_proc10convertRgbERKSt10shared_ptrIKN11sensor_msgs3msg6Image_ISaIvEEEES0_INS2_12PointCloud2_IS4_EEEiiii
c++filt _ZN16depth_image_proc10convertRgbERKSt10shared_ptrIKN11sensor_msgs3msg6Image_ISaIvEEEES0_INS2_12PointCloud2_IS4_EEEiiii
depth_image_proc::convertRgb(std::shared_ptr<sensor_msgs::msg::Image\_<std::allocator<void> > const> const&, std::shared_ptr<sensor_msgs::msg::PointCloud2\_<std::allocator<void> > >, int, int, int, int)
```
This is an automatic backport of pull request `#1018 <https://github.com/ros-perception/image_pipeline/issues/1018>`_ done by
[Mergify](https://mergify.com).
Co-authored-by: Michael Ferguson <mfergs7@gmail.com>
* Contributors: mergify[bot]

5.0.3 (2024-07-16)
------------------

Expand Down
10 changes: 10 additions & 0 deletions image_pipeline/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package image_pipeline
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------
* Finish QoS updates (backport `#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>`_) (`#1024 <https://github.com/ros-perception/image_pipeline/issues/1024>`_)
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: mergify[bot]

5.0.3 (2024-07-16)
------------------

Expand Down
10 changes: 10 additions & 0 deletions image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package image_proc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------
* Finish QoS updates (backport `#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>`_) (`#1024 <https://github.com/ros-perception/image_pipeline/issues/1024>`_)
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: mergify[bot]

5.0.3 (2024-07-16)
------------------

Expand Down
10 changes: 10 additions & 0 deletions image_publisher/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package image_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------
* Finish QoS updates (backport `#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>`_) (`#1024 <https://github.com/ros-perception/image_pipeline/issues/1024>`_)
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: mergify[bot]

5.0.3 (2024-07-16)
------------------
* [jazzy] image_publisher: Fix loading of the camera info parameters on startup (backport `#983 <https://github.com/ros-perception/image_pipeline/issues/983>`_) (`#995 <https://github.com/ros-perception/image_pipeline/issues/995>`_)
Expand Down
10 changes: 10 additions & 0 deletions image_rotate/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package image_rotate
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------
* Finish QoS updates (backport `#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>`_) (`#1024 <https://github.com/ros-perception/image_pipeline/issues/1024>`_)
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: mergify[bot]

5.0.3 (2024-07-16)
------------------

Expand Down
10 changes: 10 additions & 0 deletions image_view/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package image_view
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------
* Finish QoS updates (backport `#1019 <https://github.com/ros-perception/image_pipeline/issues/1019>`_) (`#1024 <https://github.com/ros-perception/image_pipeline/issues/1024>`_)
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: mergify[bot]

5.0.3 (2024-07-16)
------------------

Expand Down
3 changes: 3 additions & 0 deletions stereo_image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package stereo_image_proc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------

5.0.3 (2024-07-16)
------------------

Expand Down
3 changes: 3 additions & 0 deletions tracetools_image_pipeline/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tracetools_image_pipeline
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.0.4 (2024-08-20)
------------------

5.0.3 (2024-07-16)
------------------

Expand Down

0 comments on commit 7f2e54c

Please sign in to comment.