When packages.willowgarage.com went down, the original installer was broken that was looking towards the packages.willowgarage.comrepository. A hack below will allow you to modify the system yourself to make sure the install to Groovy/Precise12.04 works and your robot is at the most recent version. Fixes will be made to the relevant debian files and pushed out on the repo soon, in the case that they have not been, then this is the place to look. (As of Nov 20, 2014 they have not been pushed to the reprepro repo located at http://54.68.185.13/pr2-dev/
cp /var/www/robot_precise64.preseed ~/your/chosen/location cp /var/www/pr2-packages/lists/ ~/your/chosen/location cp /var/www/packages/conf/updates ~/your/chosen/location
cp -rf ~/Downloads/robot_precise64.preseed /var/www/robot_precise64. preseed
cp -rf ~/Downloads/lists /var/www/pr2-packages/
cp -rf ~/Downloads/updates /var/www/pr2-packages/conf/
Comments