Robotics StackExchange | Archived questions

install prosilica_camera

I try to follow this tutorial (http://wiki.ros.org/prosilica_camera/Tutorials/DeterminingProsilicaIPAddress) because I have to work with a prosilica camera. The first step of the tutorial will not work. I work with Ubuntu 16.04 LTS and ROS Kinetic.

if i try this:

$ rosdep install prosilica_camera

I get this error:

ERROR: Rosdep cannot find all required resources to answer your query
Missing resource prosilica_camera

How can I resolve this error?

Asked by Ben V. on 2020-03-04 04:24:32 UTC

Comments

Answers

Try this:

sudo apt install ros-kinetic-prosilica-camera

Asked by lmiller on 2020-03-05 07:39:50 UTC

Comments