rosdep 0.10.22 Error 404
I have installed the newest version of rosdep and when I perform rosdep update I get the following output and the eventual error:
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 Ignore legacy gbpdistro "groovy" Ignore legacy gbpdistro "hydro" Query rosdistro index https://raw.github.com/ros/rosdistro/rep137/releases/index.yaml ERROR: error loading sources list: HTTP Error 404: Not Found
I have checked and the file https://raw.github.com/ros/rosdistro/rep137/releases/index.yaml does not exist.
Further information:
I have seen that what happens is that the script /usr/share/pyshared/rosdep2/ when calling rosdistro.get_index_urdl() it is taking the function in the file /usr/local/lib/python2.7/dist-packages/rosdistro/__init__.py which has
DEFAULT_INDEX_URL = 'https://raw.github.com/ros/rosdistro/rep137/releases/index.yaml'
I think that the error would not happen if the file /usr/lib/pymodules/python2.7/rosdistro/__init__.py was taken which has
DEFAULT_INDEX_URL = 'https://raw.github.com/ros/rosdistro/master/index.yaml'