Rosdep Init cannot download default sources
Just upgraded to 18.04 which required uninstalling ROS from 16.04 (or was I the only one with this issue?). Installing ROS Melodic and I cannot get "sudo rosdep init" to run:
~$ sudo rosdep init
ERROR: cannot download default sources list from:
https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
Website may be down.
I see that something about the Github URLs was updated in 0.15.1 ROSDEP ( https://github.com/ros-infrastructure... ) and I'm wondering if there's some issue that is not my own? I've tried removing rosdep and reinstalling with no success.
With a browser I am able to get to each of the URLS listed in: https://raw.githubusercontent.com/ros...
This file ( https://raw.githubusercontent.com/ros... ) states:
gbp-repos: ? You must update to a newer rosdep version by calling..sudo apt-get update && sudo apt-get install python-rosdep (make sure to uninstall the pip version on Ubuntu)
Is that my issue?