6 Star 32 Fork 12

Peixuan Shu/UAVros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_ros_melodic.sh 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peixuan Shu 提交于 2024-03-14 12:52 . update install url
#!/bin/sh
# Exit immediately if a command exits with a non-zero status.
set -e
cd ~
sudo sh -c '. /etc/lsb-release && echo "deb http://mirrors.ustc.edu.cn/ros/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources.list.d/ros-latest.list'
wget https://gitee.com/shu-peixuan/ros-install-command/raw/c9865c748045a0cce0173fcfcb95729784bd31e5/ros.key
sudo apt-key add ros.key
rm ros.key
sudo apt-get update --fix-missing
sudo apt install ros-melodic-desktop # for ubuntu 18
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc # for ubuntu 18
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shu-peixuan/UAVros.git
git@gitee.com:shu-peixuan/UAVros.git
shu-peixuan
UAVros
UAVros
main

搜索帮助