Ubunut16.04安装ROS-Kinetic时rosdep init连接错误的解决办法

把TX2拿回来玩发现ros init时候报错…看到换源重装感觉脑仁疼。
找到了另外一个法子,以下内容转载:


如果提示的是 ERROR: unable to process source https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/xxxxx 之类的错误,同时保证自己机器可以上百度的前提下,此时可能是因为raw.githubusercontent.com网站被墙了。
解决办法是修改hosts文件,添加这个网站的ip地址

#打开hosts文件
sudo gedit /etc/hosts
#在文件末尾添加
151.101.84.133  raw.githubusercontent.com
#保存后退出再尝试

再重新尝试

测试有效

你可能感兴趣的:(Ubunut16.04安装ROS-Kinetic时rosdep init连接错误的解决办法)