Changelog for package image_publisher
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