1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/shu-peixuan-UAVros

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
install_dep_minimal_ubuntu20.sh 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Peixuan Shu Отправлено 14.03.2024 07:52 538c4d2
#!/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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/shu-peixuan-UAVros.git
git@api.gitlife.ru:oschina-mirror/shu-peixuan-UAVros.git
oschina-mirror
shu-peixuan-UAVros
shu-peixuan-UAVros
main