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
- rosdep update一定能通過de簡單方法ROS
- ROS初始化時候sudo rosdep init rosdep update出現的各種問題親測成功的解決辦法(2020.12.29已解決!)ROS
- rosdep update 超時失敗最新解決方法ROS
- windows update更新失敗報錯解決方法Windows
- 解決npm install 報錯,親測有效NPM
- 幾個報錯的解決方法
- 直接分離刪除日誌檔案後附加報錯的簡單解決方法
- vm安裝ubuntu後,update報錯問題解決Ubuntu
- hive使用報錯解決方法Hive
- Windows 8 Windows update 更新報錯80244fff的解決思路Windows
- 用簡單的方法解決問題
- dbfread報錯ValueError錯誤解決方法Error
- ***XAMPP:報錯Unabletoloaddynamiclibrary的解決方法
- vue init webpack報錯VueWeb
- mongoDB的db.shutdownServer()報錯的解決方法MongoDBServer
- sudo 出現unable to resolve host 解決方法
- sudo時出現unable to resolve host 的解決方法
- ceph叢集安裝報錯解決方法
- RAC: SRVCTL and VIPCA 命令報錯解決方法PCA
- MRTG生成首頁報錯解決方法
- DBMS_METADATA報錯解決方法
- 安裝psutil模組報錯的解決方法
- HBase刪除列族報錯的解決方法
- Keil RTX使用 os_mut_init 報Hard Fault 錯誤解決記錄
- IOS幾種簡單有效的陣列排序方法iOS陣列排序
- Xcode更新後Pod init出錯的解決方案XCode
- Kdevelop的簡單使用和簡單除錯dev除錯
- byte輸出簡單解決方法
- SS報錯的解決
- Resin的中文問題最簡單的解決方法
- kaldi的編譯安裝與報錯解決方法編譯
- Nginx報504 gateway timeout錯誤的解決方法NginxGateway
- R語言的各種報錯及其解決方法R語言
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- JDeveloper啟動時老是報錯-解決方法Developer