ubuntu1804安装ros-melodic
声明: 文章作为个人记录使用
参考: http://wiki.ros.org/melodic/Installation/Ubuntu
环境:
// 查看系统环境
uname -a
Linux xxx-1804 4.15.0-124-generic #127-Ubuntu SMP Fri Nov 6 10:54:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
说明:
root权限下操作会明确说明
start to install
// 设置软件源
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
// 设置key
sudo apt