6 Star 32 Fork 12

Peixuan Shu/UAVros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_dep_minimal_ubuntu18.sh 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
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 apt install xmlstarlet # generate multiple UAV sdf model
### install mavros
sudo apt install ros-melodic-mavros ros-melodic-mavros-extras # for ubuntu 18
wget https://gitee.com/shu-peixuan/ros-install-command/raw/c9865c748045a0cce0173fcfcb95729784bd31e5/install_geographiclib_datasets.sh
sudo chmod a+x ./install_geographiclib_datasets.sh
sudo ./install_geographiclib_datasets.sh # this step takes some time
rm install_geographiclib_datasets.sh
### install some ros package
sudo apt install -y ros-melodic-gazebo-ros # gazebo-ros. may be needed by uavros_gazebo build
sudo apt install -y ros-melodic-gazebo-plugins # in case of camera image lose (lack gazebo plugin)
sudo apt install -y ros-melodic-ackermann-msgs
sudo apt install -y ros-melodic-usb-cam
sudo apt install -y ros-melodic-image-proc
sudo apt install -y ros-melodic-image-pipeline
sudo apt install -y ros-melodic-camera-calibration
sudo apt install -y ros-melodic-effort-controllers
sudo apt install -y ros-melodic-plotjuggler-ros
sudo apt install -y ros-melodic-ar-track-alvar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shu-peixuan/UAVros.git
git@gitee.com:shu-peixuan/UAVros.git
shu-peixuan
UAVros
UAVros
main

搜索帮助