1 Star 0 Fork 11

huangxingbei666/UAVros

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

搜索帮助