sudo rosdep init 和 rosdep update 報錯的解決方法(簡單有效!)
配置rosdep時總是會出現這樣那樣的錯誤,本文只針對sudo rosdep init執行過程中最容易出現報錯的情況進行討論.
畢竟rosdep update 也是在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.
這種情況其實不算是網路的問題,果然換了手機熱點再執行也沒用,只能說網站被牆了.那麼要解決被牆,思路就是在host檔案中新增網站的ip地址.
方法:
sudo gedit /etc/hosts
開啟host檔案後,在檔案的最末尾新增:
151.101.84.133 raw.githubusercontent.com
儲存並關閉檔案,再執行sudo rosdep init,可以看到
Wrote /etc/ros/rosdep/sources.list.d/20-default.list
Recommended: please run
rosdep update
說明這一步成功,接下來執行rosdep update,慢慢等待,最終也成功.問題順利解決.
相關文章
- sudo rosdep init and rosdep update Error 手動新增+修改域名解決方法ROSError
- 完美解決呼叫“sudo rosdep init“命令時的報錯ROS
- 解決ROS國內rosdep init和update的相關問題ROS
- ROS初始化時候sudo rosdep init rosdep update出現的各種問題親測成功的解決辦法(2020.12.29已解決!)ROS
- rosdep update一定能通過de簡單方法ROS
- rosdep update 超時失敗最新解決方法ROS
- 解決npm install 報錯,親測有效NPM
- sudo apt update時報錯 E: Unable to lock directory /var/lib/apt/lists/APT
- 直接分離刪除日誌檔案後附加報錯的簡單解決方法
- dbfread報錯ValueError錯誤解決方法Error
- hive使用報錯解決方法Hive
- Xcode更新後Pod init出錯的解決方案XCode
- sudo 出現unable to resolve host 解決方法
- sudo時出現unable to resolve host 的解決方法
- vue init webpack報錯VueWeb
- Kdevelop的簡單使用和簡單除錯dev除錯
- Nginx報504 gateway timeout錯誤的解決方法NginxGateway
- 下載HuggingFace模型的方法以及報錯解決模型
- ceph叢集安裝報錯解決方法
- Django2.2 報錯:UnicodeDecodeError 解決方法DjangoUnicodeError
- 執行 valet 提示 sudo 問題和 undefined function Valet\collect () 錯誤的解決辦法UndefinedFunction
- sudo apt-get update | grep "Failed"apt-getAI
- 成功解決PyCharm 彈出 Server‘s certificate is not trusted 的簡單解決方法PyCharmServerRust
- SS報錯的解決
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- kaldi的編譯安裝與報錯解決方法編譯
- 日常python報錯及解決方法記錄Python
- Sqlserver linked server指向Excel報錯編號為7399和7303的解決方法SQLServerExcel
- go mod init報錯問題Go
- on duplicate key update簡單使用
- VNPY重新啟動後,沒有停止單掛單原因和簡潔解決方法
- git pull報“unable to update local ref”解決方案Git
- docker pull下載映象時的報錯及其解決方法Docker
- mysql登入報錯提示:ERROR 1045 (28000)的解決方法MySqlError
- 用最簡單的例子講解js中解決非同步的方法JS非同步
- 簡單有效的多標準中文分詞詳解中文分詞
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- 【2024有效】WordPress忘記密碼找回登入密碼的最簡單有效的方法密碼