Unable to locate ros-fuerte-pr2-desktop [closed]
I've been following instructions at http://www.ros.org/wiki/Robots/PR2/fuerte to install Fuerte on Oneiric. The final step, apt-install http://www.ros.org/wiki/Robots/PR2/fuerte fails, because the package is not found:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-fuerte-pr2-desktop
I re-ran apt-get update multiple times. No luck.
Here for quick reference the instructions at the above site:
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu oneiric main" > /etc/apt/sources.list.d/ros-latest.list'
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
sudo apt-get update
echo "hddtemp hddtemp/daemon boolean false" | sudo debconf-set-selections
sudo apt-get install http://www.ros.org/wiki/Robots/PR2/fuerte
Anything additional I can/must do?
Thanks,
Andreas
Do you see "ros-fuerte-pr2-desktop" listed in Synaptic?
No, neither apt-cache search nor Synaptic see ros-fuerte-pr2-desktop. Both do list ros-fuerte-desktop and ros-fuerte-desktop-full. And I did install the latter successfully. I ros-fuerte-pr2-controllers. But no pr2-desktop for fuerte
Form here: http://packages.ros.org/ros/ubuntu/pool/main/r/ros-fuerte-pr2-desktop/ it looks like this package is only being built for Lucid for some reason. (Compared to http://packages.ros.org/ros/ubuntu/pool/main/r/ros-electric-pr2-desktop/ where there are debs for all versions)