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

Groovy debs missing vision_opencv CvBridge.h #8

Closed
pirobot opened this issue Jan 10, 2013 · 2 comments
Closed

Groovy debs missing vision_opencv CvBridge.h #8

pirobot opened this issue Jan 10, 2013 · 2 comments

Comments

@pirobot
Copy link

pirobot commented Jan 10, 2013

Under Fuerte, I can rosmake Eric Perko's uvc_cam package (https://github.com/ericperko/uvc_cam.git). However, under Groovy, rosmake now fails with the error:

uvc_cam_node.cpp:50:32: fatal error: cv_bridge/CvBridge.h: No such file or directory

In Fuerte, the CvBridge.h file is found at:

/opt/ros/fuerte/stacks/vision_opencv/cv_bridge/include/cv_bridge/CvBridge.h

but it does not appear to exist in the vision_opencv debian package for Groovy.

Is it possible to bring these include files back into Groovy?

@vrabaud
Copy link
Contributor

vrabaud commented Jan 10, 2013

sorry, the C API in CvBridge.h was marked as deprecated. You should now use the C++ one in cv_bridge: it has better error reporting and more flexibility.

@vrabaud vrabaud closed this as completed Jan 10, 2013
@pirobot
Copy link
Author

pirobot commented Jan 10, 2013

OK, thanks.

gaoethan pushed a commit that referenced this issue Jun 4, 2018
As discussed in Slack, despite this dependency key, ROS 2 actually builds
against upstream opencv (2.x) rather than opencv3.
luca-della-vedova pushed a commit to luca-della-vedova/vision_opencv that referenced this issue Sep 2, 2020
added action definition for getting maps from map_server
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

No branches or pull requests

2 participants