-
Notifications
You must be signed in to change notification settings - Fork 609
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
Comments
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. |
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
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?
The text was updated successfully, but these errors were encountered: