ERROR: Unable to lacate the package ros-kinetic-<package_name>
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
Asked by zehrab. on 2020-01-22 13:18:33 UTC
Comments
Seeing as you mention Raspbian: if you installed ROS by building it from source (ie: with
catkin_make
orcatkin_make_isolated
), then you cannot useapt
to install additional packages. You'll have to build all your ROS packages from source.Asked by gvdhoorn on 2020-01-22 14:33:47 UTC