当前位置:网站首页>vcs import src < ros2. Repos failed
vcs import src < ros2. Repos failed
2022-07-03 07:48:00 【Seven demons 71】
Found on the Internet ros Installation tutorial :
But there was a problem when running to the next few
1. mkdir -p ~/ros2_ws/src
2. cd ~/ros2_ws
3. wget https://raw.githubusercontent.com/ros2/ros2/dashing/ros2.repos
4. vcs import src < ros2.repos
Step 3: report an error : It has something to do with the Internet , Mainly raw.githubusercontent.com Of DNS The contaminated , It is difficult to visit China . Also tried in host This website is used in the document IP. Also failed . So use its mirror website ghproxy.com. Step 3 is modified to the following code .
wget https://ghproxy.com/raw.githubusercontent.com/ros2/ros2/dashing/ros2.repos
perform
vcs import src < ros2.repos
Will get stuck , error , Overtime … Like the following 
Sure ctrl+z Manual end vim
sudo vim ros2.repos
Then I found that the source code is like this , It's from github Next git Coming down . Domestic visit github Often error timeout , It's no wonder that the download failed for half a day . You can hang up VPN To solve , Of course, you can also download it from the mirror website . We use the second method to solve .
Use the global replacement function :%s/github.com/github.com.cnpmjs.org/g
esc+:wq Save and exit . And then it runs again
vcs import src < ros2.repos
Finally, compile with the following statement :
colcon build --symlink-install
边栏推荐
- Static keyword
- 创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
- Go language foundation ----- 08 ----- interface
- Leetcode 213: looting II
- Go language foundation ----- 01 ----- go language features
- Differences between tp3.2 and tp5.0
- 技术干货|昇思MindSpore可变序列长度的动态Transformer已发布!
- 华为交换机Console密码重置、设备初始化、默认密码
- Structure of golang
- 項目經驗分享:實現一個昇思MindSpore 圖層 IR 融合優化 pass
猜你喜欢
![[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211](/img/55/fea5fe315932b92993d21f861befbe.png)
[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211

Technical dry goods | alphafold/ rosettafold open source reproduction (2) - alphafold process analysis and training Construction
![[MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)](/img/38/3435d353e50b19fe09c8ab9db52204.png)
[MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)

Technical dry goods | reproduce iccv2021 best paper swing transformer with Shengsi mindspire
![[mindspire paper presentation] summary of training skills in AAAI long tail problem](/img/34/9c9ec1b94edeecd4a3e7f20fdd8356.png)
[mindspire paper presentation] summary of training skills in AAAI long tail problem

项目经验分享:基于昇思MindSpore,使用DFCNN和CTC损失函数的声学模型实现

Technical dry goods Shengsi mindspire elementary course online: from basic concepts to practical operation, 1 hour to start!

Analysis of the problems of the 12th Blue Bridge Cup single chip microcomputer provincial competition

Analysis of the problems of the 11th Blue Bridge Cup single chip microcomputer provincial competition

PAT甲级 1027 Colors in Mars
随机推荐
项目经验分享:实现一个昇思MindSpore 图层 IR 融合优化 pass
The difference between typescript let and VaR
技术干货 | AlphaFold/ RoseTTAFold开源复现(2)—AlphaFold流程分析和训练构建
Introduction of novel RNA based cancer therapies
Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework
哪一刻你才发现青春结束了
Project experience sharing: realize an IR Fusion optimization pass of Shengsi mindspire layer
Technical dry goods | alphafold/ rosettafold open source reproduction (2) - alphafold process analysis and training Construction
PAT甲级 1032 Sharing
PHP微信抢红包的算法
华为S5700交换机初始化和配置SSH和TELNET远程登录方法
Enter three times and guess a number
Traversal in Lucene
PAT甲级 1028 List Sorting
Pat class a 1031 Hello world for u
Redis profile
lucene scorer
Go language foundation ----- 01 ----- go language features
IndexSort
【LeetCode】4. Best Time to Buy and Sell Stock·股票买卖最佳时机