当前位置:网站首页>ROS system problem: rosdep init
ROS system problem: rosdep init
2022-06-30 06:41:00 【Running on the road】
The article quoted
weixin_43288910 User ERROR:
Problem description : install ROS After the system rosdep init There is a problem
Problem phenomenon :
$ 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.
reason
Unable to connect to the Internet server , Need to find it ip
Solution steps
1、 stay ubuntu Open in https://www.ipaddress.com/ Website :

2、 Input... In front of the magnifying glass in the input field raw.githubusercontent.com Address :
3、 Check the address below :
4、 open /etc Below hosts And modify , Add... At the end of the file ip + raw.githubusercontent.com, Replace ip Then try rosdep init
Open the file to change the address . Save after changing the address ctrl+s Or above save.
sudo gedit /etc/hosts
5、 Author's personal test is available , After modification, see Figure :

sudo rosdep init
Wrote /etc/ros/rosdep/sources.list.d/20-default.list
Recommended: please run
rosdep update
边栏推荐
- As function memo
- Several C language implementations
- Inner member of class 5: inner class
- To: k210 realizes face recognition (code interpretation attached)
- DHCP operation
- Rhcsa day 1
- Getting started with research
- Completabilefuture: from understanding to mastering, here are all you want to know
- Principle: webmvcconfigurer and webmvcconfigurationsupport pit avoidance Guide
- File transfer protocol, FTP file sharing server
猜你喜欢
随机推荐
Force buckle ------ replace blank space
Unclear about glide loading picture
Arrangement of in-depth learning materials
List in set (2)
1.9 - 存储器的分类
A complete performance test process
基础刷题(一)
【我的创作纪念日】一周年随笔
与MQTT的初定情缘
Principle: webmvcconfigurer and webmvcconfigurationsupport pit avoidance Guide
ETL为什么经常变成ELT甚至LET?
RT thread Kernel Implementation (II): critical area, object container
关注这场直播,了解能源行业双碳目标实现路径
Win10 /11 开热点无法上网问题
gazebo/set_ model_ State topic driving UAV model through posture
First experience of Galaxy Kirin
Collections tool class (V)
To: k210 realizes face recognition (code interpretation attached)
Several C language implementations
Installing googleplay environment on Huawei mobile phones









