ERROR: Unable to lacate the package ros-kinetic-<package_name>

asked 2020-01-22 12:18:33 -0500

zehrab. gravatar image

updated 2020-01-22 13:33:01 -0500

gvdhoorn gravatar image

Hi, everyone. I have Turtlebot3 and raspberry pi 3 B+ with Raspbian. I'm trying to install some packages with sudo apt-get install but it gives me an error. I searched all over the internet but couldn't find anything usefull. Pls help me. The command I entered below ↓↓↓

$ sudo apt-get install ros-kinetic-image-transport ros-kinetic-cv-bridge ros-kinetic-vision-opencv python-opencv libopencv-dev ros-kinetic-image-proc

The response of the computer ↓↓↓

Reading package lists... Done  
Building dependency tree  
Reading state information... Done  
E: Unable to locate package ros-kinetic-image-transport                                                               
E: Unable to locate package ros-kinetic-cv-bridge                                                    
E: Unable to locate package ros-kinetic-vision-opencv            
E: Unable to locate package ros-kinetic-image-proc
edit retag flag offensive close merge delete

Comments

Seeing as you mention Raspbian: if you installed ROS by building it from source (ie: with catkin_make or catkin_make_isolated), then you cannot use apt to install additional packages. You'll have to build all your ROS packages from source.

gvdhoorn gravatar image gvdhoorn  ( 2020-01-22 13:33:47 -0500 )edit