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

aknay's profile - activity

2016-04-14 11:26:01 -0500 received badge  Student (source)
2016-03-27 16:43:49 -0500 received badge  Self-Learner (source)
2016-03-27 16:43:49 -0500 received badge  Teacher (source)
2015-05-01 21:14:30 -0500 received badge  Famous Question (source)
2015-04-01 02:02:25 -0500 commented answer How to create QT package

I tried with Indigo and it still works. ofc, you have to change base on your distro name. sudo apt-get install ros-indigo-qt-create

2015-03-28 16:54:56 -0500 received badge  Notable Question (source)
2015-03-26 08:56:54 -0500 received badge  Popular Question (source)
2015-03-26 07:19:51 -0500 answered a question How to add cv_bridge and image_transport package to compile in Raspberry Pi?

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.

2015-03-26 02:39:27 -0500 received badge  Enthusiast
2015-03-25 06:54:27 -0500 asked a question How to add cv_bridge and image_transport package to compile in Raspberry Pi?

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

2015-03-18 03:53:04 -0500 received badge  Supporter (source)