ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I've downloaded the cv_bridge package from the link provided ( https://github.com/ros-perception/vision_opencv/tree/kinetic ) and pasted the cv_bridge folder in the src directory. I'm still getting the error mentioned in the description.

asked 2020-05-01 03:45:28 -0500

Rijul gravatar image

Error: Could not find a package configuration file provided by "cv_bridge" with any of the following names:

cv_bridgeConfig.cmake
cv_bridge-config.cmake

Add the installation prefix of "cv_bridge" to CMAKE_PREFIX_PATH or set "cv_bridge_DIR" to a directory containing one of the above files. If "cv_bridge" provides a separate development package or SDK, be sure it has been installed.

edit retag flag offensive close merge delete

Comments

Any sort of help or suggestion would be highly appreciated, Thanks!

Rijul gravatar image Rijul  ( 2020-05-01 06:46:49 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-05-02 03:23:30 -0500

rosberrypi gravatar image

updated 2020-05-02 03:24:21 -0500

Have you completed the 4th step here?

http://wiki.ros.org/cv_bridge/Tutoria...

You need to add cv_bridge package to your CMakelists.txt and package.xml files. I would also recommend you to follow this tutorial, you can see how to create a package by adding cv_bridge as a dependency.

http://wiki.ros.org/image_transport/T...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-05-01 03:45:28 -0500

Seen: 482 times

Last updated: May 02 '20