Robotics StackExchange | Archived questions

Unable to locate package ros-kinetic-opencv3

Hi guys, I tried to install ros Kinect desktop on my raspi. Everything went ok but I got this "Unable to locate package ros-kinetic-opencv3" prompt when adding the dependencies.

Any ideas?

Asked by HenryZh47 on 2017-10-13 12:32:51 UTC

Comments

Did you runsudo apt-get update before trying to install ROS?

Asked by jayess on 2017-10-13 14:24:24 UTC

Yea. All other dependencies can be added normally. Only ros-kinetic-opencv3 package pops error

Asked by HenryZh47 on 2017-10-13 23:49:06 UTC

Have you added ros packages to your sources.list file?

Asked by l4ncelot on 2017-10-23 02:28:25 UTC

Also have a look at installation of ROS by source here on rpi. Another way to do it is to install opencv by yourself. OpenCV doesn't depend on ROS so your code will work.

Asked by l4ncelot on 2017-10-23 02:30:38 UTC

Answers