加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compile_aircraft_sitle.sh 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# 编译基础模块
catkin_make --source Modules/common --build build/common
# 编译Gazebo仿真模块
catkin_make --source Simulator/gazebo_simulator --build build/prometheus_gazebo
# 编译控制模块
catkin_make --source Modules/uav_control --build build/uav_control
# 编译demo模块
catkin_make --source Modules/simulator_utils --build build/simulator_utils
# 编译目标检测模块
catkin_make --source Modules/object_detection --build build/object_detection
# aircraft_sitle
catkin_make --source Modules/future_aircraft --build build/future_aircraft
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化