Linux mint 19.3安装ros-melodic

上部分

先系统设置,修改软件源

在这里插入图片描述

参考这篇博客

Linux Mint 19.3安装ROS Melodic操作
在这里插入图片描述

要注意的是这里我选择这个

USTC:
URL: http://mirrors.tuna.tsinghua.edu.cn/ros/

sudo sh -c '. /etc/lsb-release && echo "deb http://mirrors.tuna.tsinghua.edu.cn/ros/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources.list.d/ros-latest.list'
添加密钥
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
最后
sudo apt-get update
附上记录

在这里插入图片描述在这里插入图片描述


下部分

开始安装ros,等待安装完毕
sudo apt install ros-melodic-desktop-full

在这里插入图片描述

Installing rosdep & sudo rosdep init
sudo apt-get install python-rosdep
sudo rosdep init

如果报错修改一下hosts就行了

报错内容大概是这样:
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.

打开网站:https://www.ip138.com/
输入查询:https://raw.githubusercontent.com
选择一个IP:151.101.108.133
sudo gedit /etc/hosts 
# 添加:
151.101.108.133 raw.githubusercontent.com
运行rosdep update
rosdep update

出现网络问题,重复几次。
在这里插入图片描述

最后的配置
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
source ~/.bashrc
sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential
安装成功

在这里插入图片描述

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值