1 Star 0 Fork 11

huangxingbei666/UAVros

forked from Peixuan Shu/UAVros 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_ros_melodic.sh 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peixuan Shu 提交于 2023-11-26 11:04 . update install and compile scripts
#!/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/px4mocap/raw/5acc785ab0a220d9fed36c335b81e28d15ec6936/ROS-install-command/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ALazyLearner/UAVros.git
git@gitee.com:ALazyLearner/UAVros.git
ALazyLearner
UAVros
UAVros
main

搜索帮助