ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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

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