ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Download the rosinstall file:
wget http://ros.org/rosinstalls/fuerte-ros-full.rosinstall
then replace all instances of "git://" with "http://", but do not replace the lines that say "- git".
Then when you go to install, use the local file:
rosinstall --catkin ~/ros-underlay ./fuerte-ros-full.rosinstall
This is how I have to install also
2 | No.2 Revision |
Download the rosinstall file:
wget http://ros.org/rosinstalls/fuerte-ros-full.rosinstall
then replace all instances of "git://" with "http://", "https://" (http may work also), but do not replace the lines that say "- git".
Then when you go to install, use the local file:
rosinstall --catkin ~/ros-underlay ./fuerte-ros-full.rosinstall
This is how I have to install also