安装上ros无法进行rosdep init.解决方法如下:https://zhuanlan.zhihu.com/p/77483614

因此,在/usr/lib/python2.7/dist-packages/rosdep2/sources_list.py中顶部直接插入两行代码取消SSL验证

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

一定要吧上面两句插入到from__future__import print_function.的下面,否则会出错。

from __future__ import print_function

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

然后再执行: sudo rosdep init.  然后在执行  rosdep update.

sudo rosdep init ERROR: cannot download default sources list from: https://raw.githubusercontent.com相关推荐

  1. 解决ERROR: cannot download default sources list from:https://raw.githubusercontent.com/ros/rosdistro/m

    解决ERROR: cannot download default sources list from:https://raw.githubusercontent.com/ros/rosdistro/m ...

  2. ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/ma

    ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/ma ...

  3. Ubuntu16.04安装ROS时,sudo rosdep init报错,Error: cannot download default sources list from:

    安装ROS时需要安装rosdep,但是由于外网访问不了,所以访问不了https://raw.githubusercontent.com/网站.因此在执行sudo rosdep init这一步时,会提示 ...

  4. 安装ROS使用sudo rosdep init 报错ERROR: cannot download default sources list from:

    Author: 杭州电子科技大学-自动化学院-智能系统和机器人研究中心-Jolen Xie Q:安装ROS使用rosdep init报错 sudo apt install python-rosdep ...

  5. ERROR: cannot download default sources list from

    这是容易出现错误的地方,前面一般没有错误,有错误也很好解决,这个地方的错误一般不容易解决 sudo rosdep init 这个出现ERROR: cannot download default sou ...

  6. 解决sudo rosdep init和rosdep update各种疑难杂症

    问题描述: 环境:ubuntu18+ROS molodic full-desktop 在安装ROS的时候,最后两步骤sudo rosdep init和rosdep update出现各种问题,以此记录各 ...

  7. ubuntu16.04 安装ROS时,sudo rosdep init 出错

    ~$ sudo rosdep init ERROR: cannot download default sources list from: https://raw.githubusercontent. ...

  8. ROS的 sudo rosdep init 的报错终极解决方案

    ROS的 sudo rosdep init 的报错解决方案 安装ROS时sudo rosdep init指令报错: ERROR: cannot download default sources lis ...

  9. 解决sudo rosdep init 报错的问题

    按照https://wiki.ros.org/cn/melodic/Installation/Ubuntu 中步骤安装,进行到sudo rosdep init 提示找不到命令 在网上找了下解决办法,如 ...

最新文章

  1. 《易学Python》——1.8 总结
  2. linux-压缩与解压缩(gz,zip,tar,jar,war)
  3. 复旦计算机考研19年录取线,2019年复旦大学考研复试分数线已公布
  4. 自建fasttext类历险记
  5. [基础题] * 9.(*)设计一个Student接口,以一维数组存储一个班级的学生姓名。
  6. C++中的继承(三)
  7. zabbix proxy mysql_zabbix proxy 配置
  8. ArrayList理解(1)初始化
  9. Bootstrap翻页组件
  10. 在IIS6上部署MVC2网站(续篇)
  11. Android PackageInstaller:安装应用的应用,从三流Android外包到秒杀阿里P7
  12. 如何为BLE 设备添加OTA DFU 空中升级服务(下)?
  13. plsql developer连接数据库超时,Ping 服务器ip提示“TTL传输中过期”
  14. 转-STAF学习使用总结一
  15. 中国剩余定理模数不互素的情况
  16. 数数(数学题运算分配律)
  17. Safari浏览器模拟iPhone手机浏览器的方法
  18. 在Java中打印金字塔图案
  19. 关联规则—频繁项集Apriori算法
  20. TensorFlow 线性代数编译框架 XLA

热门文章

  1. 0074 几道面试题
  2. .NET Windows服务应用程序
  3. Jsp-Servlet 概要总结[转]
  4. WAP开发笔记(1)-.net移动页面中html控件不能直接显示的解决
  5. 动态创建ActiveRecord条件的查询 MyQuery
  6. FormView在什么情况下自动生成模板项?
  7. hihocoder 二分
  8. Ajax异步(客户端测试)
  9. 重新绑定ItemsSource先设置ItemsSource = null;的原因
  10. IDEA注册jar包使用和常用插件