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

Cannot install fuerte from source because kforge.ros.org is down

asked 2014-12-19 17:07:30 -0500

Alvar gravatar image

updated 2014-12-19 17:07:54 -0500

ardrone@raspberrypi ~ $ rosdep install -ay --os=debian:squeeze

ERROR: Rosdep experienced an error: Failed to load a rdmanifest from https://kforge.ros.org/rosrelease/viewvc/sourcedeps/yaml-cpp/yaml-cpp-0.2.5.rdmanifest: <urlopen error [Errno 110] Connection timed out>
Please go to the rosdep page [1] and file a bug report with the stack trace below.
[1] : http://www.ros.org/wiki/rosdep

rosdep version: 0.11.0

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 136, in rosdep_main
    exit_code = _rosdep_main(args)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 345, in _rosdep_main
    return _package_args_handler(command, parser, options, args)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 435, in _package_args_handler
    return command_handlers[command](lookup, packages, options)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 619, in command_install
    uninstalled, errors = installer.get_uninstalled(packages, implicit=options.recursive, verbose=options.verbose)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/installers.py", line 405, in get_uninstalled
    resolutions, errors = self.lookup.resolve_all(resources, installer_context, implicit=implicit)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/lookup.py", line 391, in resolve_all
    self.resolve(rosdep_key, resource_name, installer_context)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/lookup.py", line 480, in resolve
    resolution = installer.resolve(rosdep_args_dict)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/platforms/source.py", line 216, in resolve
    raise InvalidData(str(ex))
InvalidData: Failed to load a rdmanifest from https://kforge.ros.org/rosrelease/viewvc/sourcedeps/yaml-cpp/yaml-cpp-0.2.5.rdmanifest: <urlopen error [Errno 110] Connection timed out>
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-12-19 18:17:17 -0500

ahendrix gravatar image

kforge.ros.org was turned off when Willow Garage shut down. It doesn't exist any more.

ROS Fuerte is no longer supported. You should look for a newer version of ROS for your Raspberry Pi. Many users have reported successfully installing ROS Groovy, Hydro and Indigo on their Raspberry Pi.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-12-19 17:07:30 -0500

Seen: 142 times

Last updated: Dec 19 '14