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

rosdep update groovy.yaml file not found on groovy [closed]

asked 2013-07-03 13:09:48 -0500

Marco Poli gravatar image

updated 2014-01-28 17:17:08 -0500

ngrennan gravatar image

Hello all!

I am following the Raspberry Pi (Raspbian) Source install tutorial after installing most packages from the repository on http://www.ros.org/wiki/groovy/Installation/Raspbian but I am getting this file not found erros:

pi@raspberrypi ~ $ sudo rosdep update reading in sources list data from /etc/ros/rosdep/sources.list.d Hit https://github.com/ros/rosdistro/raw/master/rosdep/osx-homebrew.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/gentoo.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/base.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/python.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/ruby.yaml Hit https://github.com/ros/rosdistro/raw/master/releases/fuerte.yaml ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/groovy.yaml]: Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/hydro.yaml]: Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found updated cache in /root/.ros/rosdep/sources.cache ERROR: Not all sources were able to be updated. [[[ ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/groovy.yaml]: Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/hydro.yaml]: Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found ]]] pi@raspberrypi ~ $

Is it expected behavior?

Thanks!

Edit: Full script:

pi@raspberrypi /etc $ sudo easy_install rosdep Searching for rosdep Best match: rosdep 0.10.15 rosdep 0.10.15 is already the active version in easy-install.pth

Using /usr/lib/pymodules/python2.7 Processing dependencies for rosdep Finished processing dependencies for rosdep pi@raspberrypi /etc $ sudo rosdep init Wrote /etc/ros/rosdep/sources.list.d/20-default.list Recommended: please run

    rosdep update

pi@raspberrypi /etc $ sudo rosdep update reading in sources list data from /etc/ros/rosdep/sources.list.d Hit https://github.com/ros/rosdistro/raw/master/rosdep/osx-homebrew.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/gentoo.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/base.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/python.yaml Hit https://github.com/ros/rosdistro/raw/master/rosdep/ruby.yaml Hit https://github.com/ros/rosdistro/raw/master/releases/fuerte.yaml ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/groovy.yaml]: Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/hydro.yaml]: Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found updated cache in /root/.ros/rosdep/sources.cache ERROR: Not all sources were able to be updated. [[[ ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/groovy.yaml]: Failed to download target platform data for ... (more)

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Marco Poli
close date 2013-07-05 14:29:52

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-07-05 14:29:02 -0500

Marco Poli gravatar image

The repository linking from http://www.ros.org/wiki/groovy/Installation/Raspbian was outdated, as pointed out by po1.

It has been updated to contain version 0.10.20 and this solved the issue.

I would like to thank everyone that contributed for their help! Please keep sharing!

edit flag offensive delete link more
1

answered 2013-07-03 22:17:14 -0500

po1 gravatar image

updated 2013-07-03 22:18:27 -0500

There has been a recent change in the rosdistro system, and tools such as rosdep have been updated. I would recommend the following two things:

  1. Make sure rosdep is up to date:

    sudo apt-get update

    sudo apt-get install python-rosdep

  2. Run sudo rosdep init to reinitialize your /etc/ros/rosdep/sources.list.d, then rosdep update to update your local cache

edit flag offensive delete link more

Comments

I had just installed rosdep for the first time using "$ sudo easy_install wstool rospkg rosdep". Will try the package version. Just cheked: I am running version 0.10.15, which is the same in the package system. Just reminding: this is a Raspbian, not Ubuntu. Thanks!

Marco Poli gravatar image Marco Poli  ( 2013-07-04 05:42:55 -0500 )edit

Raspbian is debian wheezy, and the packages in the repo described in http://www.ros.org/wiki/groovy/Installation/Raspbian are made for debian wheezy (Raspbian). However, the python-* packages might be slightly out of date. As they are only python files, it should be safe to take the official ones.

po1 gravatar image po1  ( 2013-07-04 06:09:10 -0500 )edit

po1, I am getting the file not found error with the official rosdep, following the tutorial.

Marco Poli gravatar image Marco Poli  ( 2013-07-04 08:53:14 -0500 )edit

Then it means that the ROSPi repo has not been updated with the latest rosdep. Uninstall any version of rosdep and install it from pip: sudo pip install -U rosdep, that should do it

po1 gravatar image po1  ( 2013-07-04 09:08:58 -0500 )edit

It is indeed outdated. I will get to installing the lastest one and re-check. Thanks!

Marco Poli gravatar image Marco Poli  ( 2013-07-04 12:56:48 -0500 )edit

The ROSPi repo has just been updated with the latest python-* packages, including python-rosdep, check it out!

po1 gravatar image po1  ( 2013-07-05 04:26:13 -0500 )edit

This update solved the issue completely. Thank you for the help!

Marco Poli gravatar image Marco Poli  ( 2013-07-05 14:26:25 -0500 )edit

Question Tools

Stats

Asked: 2013-07-03 13:09:48 -0500

Seen: 798 times

Last updated: Jul 05 '13