当前位置:网站首页>Sudo rosdep init error: cannot download default
Sudo rosdep init error: cannot download default
2022-07-28 19:24:00 【Gkbytes】
reason : Because the link address cannot be found
First clone This project , Put it in home Under the table of contents
The rosdistro package in gitee: https://gitee.com/kbytes/rosdistro.git
open sudo gedit /etc/ros/rosdep/sources.list.d
Change the content to :b For the changing
# os-specific listings first
yaml file:///home/b/rosdistro/rosdep/osx-homebrew.yaml osx
# generic
yaml file:///home/b/rosdistro/rosdep/base.yaml
yaml file:///home/b/rosdistro/rosdep/python.yaml
yaml file:///home/b/rosdistro/rosdep/ruby.yaml
gbpdistro file:///home/b/rosdistro/releases/fuerte.yaml fuerte
# newer distributions (Groovy, Hydro, ...) must not be listed anymore, they are being fetched from the rosdistro index.yaml instead
Re pass rosdep update You can see
reading in sources list data from /etc/ros/rosdep/sources.list.d
Hit file:///home/b/rosdistro/rosdep/osx-homebrew.yaml
Hit file:///home/b/rosdistro/rosdep/base.yaml
Hit file:///home/b/rosdistro/rosdep/python.yaml
Hit file:///home/b/rosdistro/rosdep/ruby.yaml
Hit file:///home/b/rosdistro/releases/fuerte.yaml
Query rosdistro index file:///home/b/rosdistro/index-v4.yaml
Skip end-of-life distro "ardent"
Skip end-of-life distro "bouncy"
Skip end-of-life distro "crystal"
Add distro "dashing"
Add distro "eloquent"
Add distro "foxy"
Skip end-of-life distro "groovy"
Skip end-of-life distro "hydro"
Skip end-of-life distro "indigo"
Skip end-of-life distro "jade"
Add distro "kinetic"
Skip end-of-life distro "lunar"
Add distro "melodic"
Add distro "noetic"
updated cache in /home/b/.ros/rosdep/sources.cache
边栏推荐
- 关于白盒测试,这些技巧你得游刃有余~
- UWB module realizes personnel precise positioning, ultra wideband pulse technology scheme, and real-time centimeter level positioning application
- BLDC 6步换相 simulink
- 1、 My first wechat applet
- 【物理应用】大气吸收损耗附matlab代码
- Libgdx learning path 01: libgdx introduction and running tutorial
- [machine learning] support vector machine classification
- 顺序线性表——课上练
- Random finite set RFs self-study notes (6): an example of calculation with the formula of prediction step and update step
- More loading in applets (i.e. list paging)
猜你喜欢

【图像隐藏】基于DCT、DWT、LHA、LSB的数字图像信息隐藏系统含各类攻击和性能参数附matlab代码

ES6 conversion of new data type set and arr set map

DevCon.exe 导出output至指定文件

3、 Uni app fixed or direct to a certain page

Understanding of PID

JS modify table font and table border style

About ASM redundancy

Youqilin system installation beyondcomare

How many of the top ten test tools in 2022 do you master

Lookup - lookup of sequential table and ordered table
随机推荐
As for the white box test, you have to be skillful in these skills~
[image segmentation] vein segmentation based on directional valley detection with matlab code
[image hiding] digital image information hiding system based on DCT, DWT, LHA, LSB, including various attacks and performance parameters, with matlab code
Leetcode skimming - super power 372 medium
Using CPLEX to solve small-scale energy-efficient FJSP
Asp net MVC web development tutorial
力扣 1331. 数组序号转换
Youqilin system installation beyondcomare
Time waits for no man. The rise of TSDB is at the right time
Fundamentals of software testing and development | practical development of several tools in testing and development
机器学习 --- 模型评估、选择与验证
三类6种地图可视化软件测评,最好用的工具居然是它
IMU 加热
The difference between --save Dev and --save in NPM
Pandownload revival tutorial
From Bayesian filter to Kalman filter (2)
身份证号的奥秘
【已解决】AC86U ML改版固件虚拟内存创建失败,提示USB磁盘读写速度不满足要求
BM16 delete duplicate elements in the ordered linked list -ii
VAE:变分自编码器的理解与实现