8 Star 47 Fork 14

Peixuan Shu/UAVros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_dep_minimal_ubuntu20.sh 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Peixuan Shu 提交于 2024-03-14 12:52 +08:00 . 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-noetic-mavros ros-noetic-mavros-extras # for ubuntu 20
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-noetic-gazebo-ros # gazebo-ros. may be needed by uavros_gazebo build
sudo apt install -y ros-noetic-gazebo-plugins # in case of camera image lose (lack gazebo plugin)
sudo apt install -y ros-noetic-ackermann-msgs # ackermann UGV control
sudo apt install -y ros-noetic-usb-cam # usb camera
sudo apt install -y ros-noetic-image-proc # image calibrate
sudo apt install -y ros-noetic-image-pipeline # image compress and process
sudo apt install -y ros-noetic-camera-calibration # camera calibrate
sudo apt install -y ros-noetic-effort-controllers # racer model control
sudo apt install -y ros-noetic-plotjuggler-ros # curve plot and display
# ROS noetic apt does not have ar-track-alvar, compile the local folder instead.
sudo apt install -y ros-melodic-pcl_conversions # compile ar-track-alvar needs pcl_conversions
sudo apt install python-is-python3 # if you use ubuntu20 but with default python2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shu-peixuan/UAVros.git
git@gitee.com:shu-peixuan/UAVros.git
shu-peixuan
UAVros
UAVros
main

搜索帮助