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

Issues installing package on Raspberry 2

asked 2015-07-10 11:59:32 -0500

Amrac gravatar image

updated 2015-07-12 00:28:16 -0500

allenh1 gravatar image

Hi, I installed ROS Indigo on my raspberry 2 and im trying to get the camera to a ros node using this: https://github.com/fpasteau/raspicam_... My main issue actually is that i cant install the packages: ros-groovy-image-transport ros-groovy-image-transport-plugins ros-groovy-camera-info-manager

As im on indigo, i tried to change the name of packages from groovy to indigo like this: ros-indigo-image-transport but with no succes. So i tried to get them manually by downloading them to the src folder and compiling them. But i stuck on dependencies like "Theodora". I tried the roslocate/rosinstall way with no succes.

So, has the author of raspicam_node seems to install easily this packages, i wonder if I'm missing something. How can i know if their is (or not) this package available for Raspberry Pi 2 with Indigo?

Thanks ! If you have any hint, thanks again ! :)


Update:

Rosdep doesnt seem to find source:

pi@raspberrypi ~ $ rosdep install image-transport
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource image-transport

With the roslocate:

roslocate info image-transport >  image-transport.rosinstall
Using ROS_DISTRO: indigo
Not found via rosdistro - falling back to information provided by rosdoc
error contacting http://ros.org/doc/indigo/api/image-transport/stack.yaml:
HTTP Error 404: Not Found
error contacting http://ros.org/doc/indigo/api/image-transport/manifest.yaml:
HTTP Error 404: Not Found
cannot locate information about image-transport

I think their is an error with the URL it try to use: http://ros.org/doc/indigo/api/image-t... redirect to: http://docs.ros.org/indigo/api/image-... and get a 404 error The url it should use is probably: http://docs.ros.org/indigo/api/image_... Just image -transport that change to image_transport

Same thing for camera-info-manager, all - become _

Wrong url: http://docs.ros.org/indigo/api/camera...

Goog url: http://docs.ros.org/indigo/api/camera...

It's weird, i didnt block on this yesterday :/

How can i repair this?

edit retag flag offensive close merge delete

Comments

Could you please be a little more specific with your commands? It would greatly help us figure out the best way to assist if we knew more. What does the rosinstall command output? Have you tried rosdep install image-transport?

allenh1 gravatar image allenh1  ( 2015-07-11 02:37:16 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-07-12 00:30:57 -0500

allenh1 gravatar image

The problem is that pesky underscore.

allenh1@tuxbox $ rosdep what-needs image_transport
compressed_depth_image_transport
image_rotate
image_proc
rviz
image_view
compressed_image_transport
camera_info_manager
rqt_image_view
theora_image_transport
polled_camera
stereo_image_proc
depth_image_proc

You should be able to run rosdep install image_transport and get these resolved.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-07-10 11:59:32 -0500

Seen: 947 times

Last updated: Jul 12 '15