Hm. Good question. Maybe on the rosdistro github page? https://github.com/ros/rosdistro
Lorenz ( 2012-11-14 02:56:02 -0500 )editI'm trying to install ROS from source. First problem that I ran into is that the git repo for actionlib does not exists any more.
Exception caught during install: Error processing 'actionlib' : [actionlib] Checkout of git://github.com/wg-debs/actionlib-release.git version debian/ros-fuerte-actionlib_1.8.6_lucid into /home/gloin/ros-underlay/actionlib failed.
Does anybody know for some other repo for actionlib or how to continue with instalation process.
Thank you.
Actionlib is now at https://github.com/ros-gbp/actionlib-release.git. To find the release repositories, you can have a look at the distro yaml files in the rosdistro repo. For fuerte, check out this file.
Hm. Good question. Maybe on the rosdistro github page? https://github.com/ros/rosdistro
Lorenz ( 2012-11-14 02:56:02 -0500 )editIf someone is having the same issue. This is how I fixed it. I downloaded the file from here: http://ros.org/rosinstalls/fuerte-ros-base.rosinstall and then changed the first package:
- git:
local-name: actionlib
uri: git://github.com/ros-gbp/actionlib-release.git
version: debian/ros-fuerte-actionlib_1.8.7_precise
Then you should be able to run:
rosinstall --catkin ~/ros-underlay file://path_to/fuerte-ros-base.rosinstall
Asked: 2012-10-26 09:18:45 -0500
Seen: 828 times
Last updated: Oct 29 '12
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.