Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 'VideoCapture' undefined symbol error #318

Merged
merged 2 commits into from
May 10, 2018

Conversation

hannometer
Copy link

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
ros-perception/vision_opencv@8b5bbcb

This is fixed by manually finding OpenCV with the required components and adding the dependencies to the library, not just the node.

hannometer added 2 commits February 19, 2018 11:12
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
ros-perception/vision_opencv@8b5bbcb

This is fixed by manually finding OpenCV with the required components and adding the dependencies to the library, not just the node.
@trigal
Copy link

trigal commented Mar 7, 2018

this needs to be merged asap ! 👍

@vrabaud vrabaud merged commit 0db760e into ros-perception:indigo May 10, 2018
generush pushed a commit to generush/image_pipeline that referenced this pull request May 9, 2019
* 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
ros-perception/vision_opencv@8b5bbcb

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants