Robotics StackExchange | Archived questions

Unable to locate ros-fuerte-pr2-desktop

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

Asked by paepcke on 2012-05-26 21:14:22 UTC

Comments

Do you see "ros-fuerte-pr2-desktop" listed in Synaptic?

Asked by jbohren on 2012-05-27 16:11:03 UTC

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

Asked by paepcke on 2012-05-28 06:32:26 UTC

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)

Asked by jbohren on 2012-05-28 08:17:17 UTC

Answers

Duplicate of http://answers.ros.org/question/32893/ros-fuerte-pr2-desktop/

Asked by Eric Perko on 2012-05-28 12:43:03 UTC

Comments