最近新装了Ubuntu18.04,所以更新了下ROS,按照之前的博客发现出问题了,报错如下:
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.
解决如下:
#重启
$ reboot
$ sudo -E rosdep init
解决问题