Changelog for package image_publisher
1.17.0 (2022-10-17)
- Switch to hpp headers of pluginlib
- Switch to new boost/bind/bind.hpp
- Contributors: Jochen Sprickerhof
1.16.0 (2021-11-12)
1.15.3 (2020-12-11)
- remove email blasts from steve macenski (#595)
- Contributors: Steve Macenski
1.15.2 (2020-05-19)
1.15.1 (2020-05-18)
1.15.0 (2020-05-14)
- Python 3 compatibility (#530)
- cmake_minimum_required to 3.0.2
- Adapted to OpenCV4
- import setup from setuptools instead of distutils-core
- updated install locations for better portability. (#500)
- Contributors: Joshua Whitley, Sean Yen
1.14.0 (2020-01-12)
1.13.0 (2019-06-12)
- Merge pull request #358 from lucasw/image_pub_dr_private_namespace
- Use a shared_ptr for the dynamic reconfigure pointer, and create it with the private node handle so that the parameters for the dynamic reconfigure server are in the private namespace and two image publishers can coexist in the same manager #357
- Merge pull request #395 from ros-perception/steve_maintain
- adding autonomoustuff mainainer
- adding stevemacenski as maintainer to get emails
- Contributors: Joshua Whitley, Lucas Walter, Yoshito Okada, stevemacenski
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.19 (2016-07-24)
- add image_publisher
- Contributors: Kei Okada
- add image_publisher
- Contributors: Kei Okada