Quantcast
Viewing all articles
Browse latest Browse all 10

Answer by po1 for 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.pthUsing /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)

Next: Answer by Marco Poli for 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.pthUsing /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)
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

Viewing all articles
Browse latest Browse all 10

Trending Articles