ROS安装过程中sudo rosdep init指令出错

输入 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.

解决方法

sudo apt-get install python-rosdep python-wstool ros-kinetic-ros 


先安装上面三个东西,ros-kinetic-ros应该是肯定有的,我缺的是中间的python-wstool,装完再运行sudo rosdep init就可以了
posted @ 2018-08-01 10:19  许氏Forwards  阅读(26260)  评论(0编辑  收藏  举报