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

tproulund's profile - activity

2023-06-06 07:13:26 -0500 received badge  Famous Question (source)
2023-06-06 07:13:26 -0500 received badge  Notable Question (source)
2017-02-23 03:25:56 -0500 received badge  Popular Question (source)
2017-02-10 03:39:41 -0500 asked a question Problem installing ROS on debian Jessie

Hallo I am trying to install the version available in the debian reps (ros-desktop-full) via the guide https://wiki.debian.org/DebianScience... . The problem is when i execute the command

catkin_make_isolated --install

i get the following error:

    -- catkin 0.7.4
CMake Warning at /usr/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
  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.
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)


-- Could not find the required component 'cv_bridge'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /usr/share/catkin/cmake/catkinConfig.cmake:82 (find_package):
  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.
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/thomas/ros/build_isolated/depth_image_proc/CMakeFiles/CMakeOutput.log".
<== Failed to process package 'depth_image_proc': 
  Command '['/home/thomas/ros/install_isolated/env.sh', 'cmake', '/home/thomas/ros/src/depth_image_proc', '-DCATKIN_DEVEL_PREFIX=/home/thomas/ros/devel_isolated/depth_image_proc', '-DCMAKE_INSTALL_PREFIX=/home/thomas/ros/install_isolated', '-G', 'Unix Makefiles']' returned non-zero exit status 1

Reproduce this error by running:
==> cd /home/thomas/ros/build_isolated/depth_image_proc && /home/thomas/ros/install_isolated/env.sh cmake /home/thomas/ros/src/depth_image_proc -DCATKIN_DEVEL_PREFIX=/home/thomas/ros/devel_isolated/depth_image_proc -DCMAKE_INSTALL_PREFIX=/home/thomas/ros/install_isolated -G 'Unix Makefiles'

Command failed, exiting.

So what I think is the problem is that i to begin with didn't have opencv installed, but now i do, but that didn't fix. Then secondly, (i think) I found out the files it says it is missing belongs to the package vision_opencv. But incase this is correct where should i put this package, or in general can anyone assist me in getting the program installed properly