Ubuntu18.04 ROS melodicインストール時にERROR:cannot download default sources list from
1933 ワード
最近Ubuntu 18にいます.04 ROS melodic取り付け時に踏んだ穴
問題1.rosdep init
ERROR: cannot download default sources list from:
これはネットワークがrawにアクセスできないためです.githubusercontent.携帯サイト
(1)まずhttps://site.ip138.com/raw.Githubusercontent.com/ウェブサイトの中でraw.githubusercontent.comのウェブサイトのIP、それから1つのping+ipで検索することができるネットワークの遅延の小さいIPを探してそして記録します
(2)hostsファイルの修正
hostsに次の内容を追加します.
# GitHub Start 52.74.223.119 github.com 192.30.253.119 gist.github.com 54.169.195.247 api.github.com 185.199.111.153 assets-cdn.github.com151.101.76.133 raw.githubusercontent.com 151.101.108.133 user-images.githubusercontent.com 151.101.76.133 gist.githubusercontent.com 151.101.76.133 cloud.githubusercontent.com 151.101.76.133 camo.githubusercontent.com 151.101.76.133 avatars0.githubusercontent.com 151.101.76.133 avatars1.githubusercontent.com 151.101.76.133 avatars2.githubusercontent.com 151.101.76.133 avatars3.githubusercontent.com 151.101.76.133 avatars4.githubusercontent.com 151.101.76.133 avatars5.githubusercontent.com 151.101.76.133 avatars6.githubusercontent.com 151.101.76.133 avatars7.githubusercontent.com 151.101.76.133 avatars8.githubusercontent.com # GitHub End
問題2:rosdep updateで次のエラーが発生しました.
reading in sources list data from/etc/ros/rosdep/sources.list.d Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/osx-homebrew.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/releases/fuerte.yaml Query rosdistro index https://raw.githubusercontent.com/ros/rosdistro/master/index-v4.yamlERROR:error loading sources list:('The read operation timed out')これはネットワークの問題です.科学的にインターネットを利用したり、携帯電話のホットスポットを交換したりして、何度も試してみることができます.
問題1.rosdep init
ERROR: cannot download default sources list from:
これはネットワークがrawにアクセスできないためです.githubusercontent.携帯サイト
(1)まずhttps://site.ip138.com/raw.Githubusercontent.com/ウェブサイトの中でraw.githubusercontent.comのウェブサイトのIP、それから1つのping+ipで検索することができるネットワークの遅延の小さいIPを探してそして記録します
(2)hostsファイルの修正
sudo vi /etc/hosts
hostsに次の内容を追加します.
# GitHub Start 52.74.223.119 github.com 192.30.253.119 gist.github.com 54.169.195.247 api.github.com 185.199.111.153 assets-cdn.github.com151.101.76.133 raw.githubusercontent.com 151.101.108.133 user-images.githubusercontent.com 151.101.76.133 gist.githubusercontent.com 151.101.76.133 cloud.githubusercontent.com 151.101.76.133 camo.githubusercontent.com 151.101.76.133 avatars0.githubusercontent.com 151.101.76.133 avatars1.githubusercontent.com 151.101.76.133 avatars2.githubusercontent.com 151.101.76.133 avatars3.githubusercontent.com 151.101.76.133 avatars4.githubusercontent.com 151.101.76.133 avatars5.githubusercontent.com 151.101.76.133 avatars6.githubusercontent.com 151.101.76.133 avatars7.githubusercontent.com 151.101.76.133 avatars8.githubusercontent.com # GitHub End
問題2:rosdep updateで次のエラーが発生しました.
reading in sources list data from/etc/ros/rosdep/sources.list.d Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/osx-homebrew.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml Hit https://raw.githubusercontent.com/ros/rosdistro/master/releases/fuerte.yaml Query rosdistro index https://raw.githubusercontent.com/ros/rosdistro/master/index-v4.yamlERROR:error loading sources list:('The read operation timed out')これはネットワークの問題です.科学的にインターネットを利用したり、携帯電話のホットスポットを交換したりして、何度も試してみることができます.