CHANGELOG

Changelog for package image_publisher

3.0.4 (2024-03-01)

3.0.3 (2022-01-24)

3.0.2 (2022-01-17)

3.0.0 (2022-04-29)

  • Cleanup image_publisher.

  • image_publisher: Fix out_img timestamp for using with sim time (#735)

  • Add retry video capture feature with timeout

  • changes per comments

  • fix for stereo_image_proc_tests

  • Add maintainer (#667)

  • Contributors: Ashwin Sushil, Chris Lalancette, Jacob Perron, Nikita Stolyarov, Patrick Musau

2.2.1 (2020-08-27)

  • remove email blasts from steve macenski (#596)

  • [Foxy][Image Publisher] Update launch file (#579) Co-authored-by: louis <louis.tran@otsaw.com>

  • [Foxy] Use ament_auto Macros (#573) * Fixing version and maintainer problems in camera_calibration. * Applying ament_auto macros to depth_image_proc. * Cleaning up package.xml in image_pipeline. * Applying ament_auto macros to image_proc. * Applying ament_auto macros to image_publisher. * Applying ament_auto macros to image_rotate. * Applying ament_auto macros to image_view. * Replacing some deprecated headers in image_view. * Fixing some build warnings in image_view. * Applying ament_auto macros to stereo_image_proc. * Adding some linter tests to image_pipeline. * Updating package URLs to point to ROS Index.

  • Contributors: Joshua Whitley, Steve Macenski, trthanhquang

2.2.0 (2020-07-27)

  • Replacing deprecated header includes with new HPP versions. (#566) * Replacing deprecated header includes with new HPP versions. * CI: Switching to official Foxy Docker container. * Fixing headers which don’t work correctly.

  • Opencv 3 compatibility (#564) * Remove GTK from image_view. It is no longer used at all in image_view. * Reinstate OpenCV 3 compatibility. While Foxy only supports Ubuntu 20.04 (and hence OpenCV 4), we still strive to maintain Ubuntu 18.04 (which has OpenCV 3). In this case, it is trivial to keep keep image_pipeline working with OpenCV 3, so reintroduce compatibility with it. * Fixes from review. * One more fix.

  • Use newer ‘add_on_set_parameters_callback’ API (#562) The old API was deprecated in Foxy and since removed in https://github.com/ros2/rclcpp/pull/1199.

  • Remove redundant install call in CMakeLists.txt (#555)

  • Contributors: Chris Lalancette, Jacob Perron, Joshua Whitley, sgvandijk

2.0.0 (2018-12-09)

  • port image_publisher on ROS2 (#366)

  • Initial ROS2 commit.

  • Contributors: Chris Ye, Michael Carroll

1.12.23 (2018-05-10)

  • fix ‘VideoCapture’ undefined symbol error (#318) * fix ‘VideoCapture’ undefined symbol error The following error occured when trying to run image_publisher: […]/devel/lib/image_publisher/image_publisher: symbol lookup error: […]/devel/lib//libimage_publisher.so: undefined symbol: _ZN2cv12VideoCaptureC1Ev Probably, changes in cv_bridge reducing the OpenCV component dependencies led to the error. See https://github.com/ros-perception/vision_opencv/commit/8b5bbcbc1ce65734dc600695487909e0c67c1033 This is fixed by manually finding OpenCV with the required components and adding the dependencies to the library, not just the node. * add image_publisher opencv 2 compatibility

  • Contributors: hannometer

1.12.22 (2017-12-08)

1.12.21 (2017-11-05)

1.12.20 (2017-04-30)

1.12.19 (2016-07-24)

  • add image_publisher

  • Contributors: Kei Okada

  • add image_publisher

  • Contributors: Kei Okada