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

How to add cv_bridge and image_transport package to compile in Raspberry Pi?

asked 2015-03-25 06:45:17 -0500

aknay gravatar image

Hi,

I have installed ROS indigo in Raspberry Pi by following this link. I also installed opencv using this. I can view the continuous image using ROS. Now I want to convert CV image from Raspberry Pi to ROS image and send it thru the node and read it from ubuntu PC. I'm following this tutorial. I am having the following error after catkin_make. I think I missing dependencies or package. Please help.

-- +++ processing catkin package: 'learning_image_transport' -- ==> add_subdirectory(learning_image_transport) CMake Error at /home/pi/catkin_ws/devel/share/cv_bridge/cmake/cv_bridgeConfig.cmake:106 (message): Project 'cv_bridge' specifies
'/home/pi/catkin_ws/src/vision_opencv/cv_bridge/include' as an include dir, which is not found. It does neither exist as an absolute directory nor in
'/home/pi/catkin_ws/src/vision_opencv/cv_bridge//home/pi/catkin_ws/src/vision_opencv/cv_bridge/include'. 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)
learning_image_transport/CMakeLists.txt:7 (find_package)

-- Configuring incomplete, errors occurred! Invoking "cmake" failed

edit retag flag offensive close merge delete

Comments

Did you install cv_bridge in your workspace? I believe it depends on openCV, so you will need that, too.

joq gravatar image joq  ( 2015-03-25 08:32:05 -0500 )edit

Alternatively, you could have an issue with your local copy of cv_bridge... did you somehow delete the include/ directory inside of /home/pi/catkin_ws/src/vision_opencv/cv_bridge/

jarvisschultz gravatar image jarvisschultz  ( 2015-03-25 08:43:18 -0500 )edit

hi joq , could you please tell me how install cv_bridge itself?

fatima gravatar image fatima  ( 2015-12-29 00:06:24 -0500 )edit

Add the https://github.com/ros-perception/vis... repository to your workspace.

joq gravatar image joq  ( 2015-12-31 11:32:06 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-03-26 07:19:51 -0500

aknay gravatar image

Thank you @joq and @jarvisschultz

I am able to run the tutorial now. I am not sure which steps solved the problem. Basically I followed the link mentioned in the posted problem in Resolving Dependencies with rosdep

pi@raspberrypi ~/catkin_ws $ rosinstall_generator common_msgs sensor_msgs image_transport --rosdistro indigo --deps --wet-only --exclude roslisp --tar > indigo-custom_ros.rosinstall
pi@raspberrypi ~/catkin_ws $ wstool merge -t src indigo-custom_ros.rosinstall
pi@raspberrypi ~/catkin_ws $ wstool up -t src
pi@raspberrypi ~/catkin_ws $ rosdep install --from-paths src --ignore-src --rosdistro indigo -y -r --os=debian:wheezy

There was long compilation and I encountered the following problem at the end. Just for the record.

CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
Could not find a package configuration file provided by
"dynamic_reconfigure" with any of the following names:

dynamic_reconfigureConfig.cmake
dynamic_reconfigure-config.cmake

I decided to do final try with new catkin work-space. Luckily, I can run the tutorial on new work-space and I can see published and subscribed topics. Next step, I will try to see physical image with rqt.

edit flag offensive delete link more

Comments

Hey luck on solving this error? I am trying to compile gmapping on Raspberry Pi and after installing a few dependencies I'm now stuck at this error.

Salahuddin_Khan gravatar image Salahuddin_Khan  ( 2018-07-12 01:36:59 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-03-25 06:45:17 -0500

Seen: 6,950 times

Last updated: Mar 26 '15