1 Star 0 Fork 11

huangxingbei666/UAVros

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

搜索帮助