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

Problem with catkin_make cv_bridge

asked 2018-04-09 09:27:19 -0500

Chput gravatar image

updated 2018-04-09 11:02:38 -0500

Hello! I followed this tutorial. I have had trouble with the cv_bridge (Kinetic). When I try to make my catkin_ws, I get the following error:

Project 'cv_bridge' specifies '/opt/ros/kinetic/include/opencv-3.3.1-dev'
  as an include dir, which is not found.  It does neither exist as an
  absolute directory nor in
  '/opt/ros/kinetic//opt/ros/kinetic/include/opencv-3.3.1-dev'.  Check the
  issue tracker 'https://github.com/ros-perception/vision_opencv/issues' and
  consider creating a ticket if the problem has not been reported yet.
Call Stack (most recent call first):
  /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
  mycv/CMakeLists.txt:10 (find_package)
edit retag flag offensive close merge delete

Comments

1

Did you check the file paths that are referenced in the error message? Did you check the issue tracker?

mgruhler gravatar image mgruhler  ( 2018-04-09 10:06:48 -0500 )edit

I thought it is about opencv3 package, which I had already. But simple install of vision_opencv package helped.

Chput gravatar image Chput  ( 2018-04-09 10:37:34 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-09 10:08:59 -0500

Chput gravatar image

updated 2018-04-09 12:30:52 -0500

jayess gravatar image

UPD. Found the answer for my question:

cd ~/catkin_ws/src
git clone https://github.com/ros-perception/vision_opencv
cd ~/catkin_ws
catkin_make
source devel/setup.bash
edit flag offensive delete link more

Comments

2

Is this answering your own question? Is this additional info? If the first, please be more specific. If the second, please edit your question. But this seems to be something more from a tutorial, isn't it?

mgruhler gravatar image mgruhler  ( 2018-04-09 10:11:31 -0500 )edit

Yes this is answer. I will. Thank you for remarks!

Chput gravatar image Chput  ( 2018-04-09 10:35:37 -0500 )edit

Question Tools

Stats

Asked: 2018-04-09 09:27:19 -0500

Seen: 5,383 times

Last updated: Apr 09 '18