ROS学习01--Ubuntu18.4安装ROS

参考链接http://wiki.ros.org/melodic/installation/Ubuntu


注意符号复制为啥是中文的???
在这里插入图片描述
我后台明明是英文的。。

一、前期准备

1、软件商城->软件和更新
软件与更新
确认勾选,源换到阿里云。
确认勾选
关闭。

二、ROS安装

1、添加ROS软件源
二者选其一就行

官方源:(国内慢)
sudo sh -c ‘echo “deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main” > /etc/apt/sources.list.d/ros-latest.list’
清华的源
sudo sh -c ‘. /etc/lsb-release && echo “deb http://mirrors.tuna.tsinghua.edu.cn/ros/ubuntu/ $DISTRIB_CODENAME main” > /etc/apt/sources.list.d/ros-latest.list’

2、添加密钥

sudo apt-key adv --keyserver ‘hkp://keyserver.ubuntu.com:80’ --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

源&密钥

3、安装ROS
更新软件库

sudo apt update

Desktop-Full版本比较全面

sudo apt install ros-melodic-desktop-full
ubuntu16版本 sudo apt install ros-kinetic-desktop-full

4、初始化ROSdep

sudo rosdep init


提示错误: sudo: rosdep:command not found
解决方案

sudo apt install rospack-tools

提示错误: 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.
解决方案

通过修改/etc/hosts文件解决
sudo gedit /etc/hosts

添加以下代码

151.101.76.133 raw.githubusercontent.com #香港

如图
在这里插入图片描述
保存
执行命令如果不行换成以下尝试

151.101.108.133 raw.githubusercontent.com #日本 东京
151.101.228.133 raw.githubusercontent.com #日本 东京
151.101.0.133 raw.githubusercontent.com #美国

从新执行上一句


rosdep update

5、配置环境变量

echo “source /opt/ros/melodic/setup.bash” >> ~/.bashrc
source ~/.bashrc

6、安装rosinstall

sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential

三、测试安装结果

roscore

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值