sudo rosdep init and rosdep update Error 手動新增+修改域名解決方法
最近安裝ROS時遇到sudo rosdep init:
官網安裝地址:http://wiki.ros.org/kinetic/Installation/Ubuntu
●這一步很關鍵:
Before you can use many ROS tools, you will need to initialize rosdep. rosdep enables you to easily install system dependencies for source you want to compile and is required to run some core components in ROS.
●之前安裝沒有遇到過,這進入2020的確不一樣。在安裝這一步時遇到下面兩個問題。
1,執行sudo rosdep init 出現下面的問題
●查詢了很多方案後終於成功了,把自己方案寫在這,
首先參考了以下網址:
https://blog.csdn.net/u013468614/article/details/102917569
●主要是借鑑了方案中的
●不同的是,我沒有執行這一步,因為替換了會出現評論中的另一個錯誤,
●他這麼做的目的,自己手動新建一個20-default.list,就是替換了sudo rosdep init,這一句的執行
2,執行rosdep update在我沒替換,執行下一句顯示報錯
●現在報錯原因主要是打不開新增的網址,
隨經查詢後,運用以下參考網址解決,
https://www.wandouip.com/t5i98813/
參考網址中前面的問題和我們不太一樣,只參考了後面部分。
●針對於上面的問題,
解決方法,更換了域名:
sudo gedit /etc/resolv.conf
改成下面兩句:
nameserver 8.8.8.8 #google域名伺服器
nameserver 8.8.4.4 #google域名伺服器
如下圖:
隨解決:
自己花了一個晚上加上午的時間解決,期間經歷了重灌,重新新增源等方式,最終用這種方法,打bug,路漫漫其修遠兮,吾將上下而求索。
相關文章
- sudo rosdep init 和 rosdep update 報錯的解決方法(簡單有效!)ROS
- 完美解決呼叫“sudo rosdep init“命令時的報錯ROS
- ROS初始化時候sudo rosdep init rosdep update出現的各種問題親測成功的解決辦法(2020.12.29已解決!)ROS
- 解決ROS國內rosdep init和update的相關問題ROS
- rosdep update 超時失敗最新解決方法ROS
- rosdep update一定能通過de簡單方法ROS
- sudo 出現unable to resolve host 解決方法
- sudo時出現unable to resolve host 的解決方法
- Tomcat啟動報錯:Error starting static Resources解決方法TomcatError
- sudo apt-get update | grep "Failed"apt-getAI
- pygame.error: font not initialized的解決及init()到底幹了什麼GAMErrorZed
- 帝國CMS更改域名修改欄目目錄後資訊地址中的域名不變解決方法
- DedeCMS Error: Tag disabled: "php" 解決方法ErrorPHP
- 帝國CMS提示parse error syntax error的解決方法Error
- 【ERROR】ORA-27102: out of memory 解決方法Error
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- mac xcrun: error: active developer path 解決方法MacErrorDeveloper
- mybatis 批量新增insert、更新update詳解MyBatis
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- 域名被牆怎麼解決,域名被牆怎麼解決,解決方案
- 關於SVN update之後,引起衝突的解決方法
- 解決ajax中ie快取問題(手動新增時間戳)快取時間戳
- mysql登入遇到ERROR 1045問題解決方法MySqlError
- Mac安裝Adobe軟體,提示Error解決方法MacError
- 萬能方法解決——You have an error in your SQL syntaxErrorSQL
- CentOS 使用 sudo 提示使用者不在sudoers檔案中的解決方法CentOS
- Windows手動新增python、pip環境變數及修改pip源WindowsPython變數
- standby新增檔案錯誤的解決方法
- Error establishing a database connection 的解決方法(發現黑客入侵)ErrorDatabase黑客
- Ubuntu下 fatal error: Python.h: No such file or directory 解決方法UbuntuErrorPython
- mysql的ERROR 1231 (42000)問題原因及解決方法MySqlError
- 織夢提示dedecms error warning錯誤的解決方法Error
- 百度只收錄主域名但不收錄帶www域名的解決方法
- 解決 sail composer update 時出現的 Update of laravel/sail failedAILaravel
- 域名汙染,4步解決域名汙染問題
- Thread 1: Fatal error: init(coder:) has not been implementedthreadError
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- mysql登入報錯提示:ERROR 1045 (28000)的解決方法MySqlError