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

rosdep: trouble installing packages in Diamondback (prosilica_camera)

asked 2011-03-16 19:33:41 -0500

Thomas D gravatar image

I recently installed Diamondback using the standard install method for Ubuntu (Lucid)

sudo apt-get install ros-diamondback-desktop-full

I have a couple of Prosilica cameras that I want to test so I'm following the tutorials ( http://www.ros.org/wiki/prosilica_cam... ). I can't get past the first step of

rosdep install prosilica_camera

I get a message back saying

Warning: could not identify ['prosilica_camera'] as a package

I get the same response when I try to use rosdep to install camera_drivers, camera1394, and prosilica_gige_sdk. However, when I try to install rviz, move_base, and other packages that are already installed, I get the response

rosdep executing this script:
{{{
set -o errexit
#No Packages to install
}}}

Is anyone else having trouble using rosdep to install new packages? Any suggestions on what I should try next? Thanks,

Thomas

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-03-16 19:55:55 -0500

Thomas D gravatar image

I'm answering my own question. I did not search for the correct terms on this site apparently. I found joq's answer here (http://answers.ros.org/question/169/how-do-i-install-a-missing-ros-package) and that did the trick. I was able to run prosilica nodes after installing with

sudo apt-get install ros-diamondback-camera-drivers
edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-03-16 19:33:41 -0500

Seen: 571 times

Last updated: Mar 16 '11