Invoking "cmake" failed
Hello,
i am trying to install "humanoid_navigation" package. When i try to execute "catkin_make" i get following error:
CMake Error at /opt/ros/indigo/share/cv_bridge/cmake/cv_bridgeConfig.cmake:106 (message):
Project 'cv_bridge' specifies '/usr/include/opencv' as an include dir,
which is not found. It does neither exist as an absolute directory nor in
'/opt/ros/indigo//usr/include/opencv'. Ask the maintainer 'Vincent Rabaud
<vincent.rabaud@gmail.com>' to fix it.
Call Stack (most recent call first):
/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package)
rgbdslam_v2/CMakeLists.txt:55 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/hrishikesh/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/hrishikesh/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
did anyone encountered similar error? and how to resolve it?
Thank you
Asked by kaygudo on 2016-01-21 07:24:22 UTC
Comments
That's not the actual error. Please copy the complete output into your question (edit it, using the
edit
link/button), and format it using the Preformatted text button (the one with101010
on it).Asked by gvdhoorn on 2016-01-21 07:38:06 UTC
i have edited. do u know what's the problem?
Asked by kaygudo on 2016-01-25 00:57:26 UTC
Not immediately. Can you tell us which of the two options from section 1 on the page you linked you followed? The hydro and newer instructions, or the fuerte and groovy?
Asked by gvdhoorn on 2016-01-25 04:41:10 UTC
hi found the answer here http://answers.ros.org/question/196915/invoking-cmake-failed/
Asked by tobinfinity on 2017-06-06 14:24:07 UTC