Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 10

Comment by po1 for 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:Make sure rosdep is up to date:sudo apt-get updatesudo apt-get install python-rosdepRun sudo rosdep init to reinitialize your /etc/ros/rosdep/sources.list.d, then rosdep update to update your local cache

Next: 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)
$
0
0
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

Viewing all articles
Browse latest Browse all 10

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>