when i am installing ros it is showing unable to locate ros-kinetic-desktop-full
i am a beginner. i have installed ubuntu 16.10 on my system. i am following the instructions from ros installation page and after reaching step 4 it is showing problem. This is what i am getting:
"rohit@rohit-Satellite-Pro-B40-A:~$ sudo apt-get install ros-kinetic-desktop-fullReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-desktop-full "
Please help!
Asked by rohit on 2016-10-18 20:44:53 UTC
Answers
According to the wiki (here) ROS Kinetic is only supported on Ubuntu 15.10 (Wily) and 16.04 (Xenial)
The "easiest" way would be to reinstall Ubuntu 16.04 on your system and then install ROS according to the instructions.
Or you could try to compile it yourself according to this instructions here (never tried this myself)
Asked by JohnDoe2991 on 2016-10-19 01:08:26 UTC
Comments