遇到的问题
运行语句
sudo rosdep init
显示报错
^[[AERROR: cannot download default sources list from:
https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
Website may be down.
解决方案
主要是通过直接获取网址的ip来进行初始化
1.查看网页的ip
<1>通过百度寻找网址所在的ip(如我有的是:万商数源)
<2>输入raw.githubusercontent.com,点击查询
2.将ip输入系统中的ip域名解析文件
<1>打开/etc/hosts文件
sudo gedit /etc/hosts
<2>在文件最后加入搜索到的ip与域名
185.199.111.133 raw.githubusercontent.com