rosdep update groovy.yaml file not found on groovy [closed]
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 ...