1 Star 0 Fork 11

huangxingbei666/UAVros

forked from Peixuan Shu/UAVros 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compile_experiment.sh 587 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
# basic messages
catkin_make --source uavros_msgs --build build/uavros_msgs
# function
catkin_make --source dependenct_packages/ar_track_alvar --build build/ar_track_alvar
catkin_make --source uavros_experiment/ARtagLanding --build build/uavros_artaglanding
# function
catkin_make --source uavros_experiment/uavros_uavugv --build build/uavros_uavugv
# function
catkin_make --source car_video --build build/car_video
catkin_make --source uavros_simulation/uavros_wrzf_sitl --build build/uavros_wrzf_sitl
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ALazyLearner/UAVros.git
git@gitee.com:ALazyLearner/UAVros.git
ALazyLearner
UAVros
UAVros
main

搜索帮助