1 Star 0 Fork 58

注意颈椎歇会靠着坐多喝水/Prometheus

forked from AMOVLAB/Prometheus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compile_swarm.sh 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
lh 提交于 2024-03-07 17:06 +08:00 . add submodule swarm_formation
#!/bin/bash
# 脚本名称: compile_swarm.sh
# 脚本描述: 编译Prometheus swarm_control 模块
# 编译基础模块
catkin_make --source Modules/common --build build/common
# 编译通信模块
catkin_make --source Modules/communication --build build/communication
# 编译Gazebo仿真模块
catkin_make --source Simulator/gazebo_simulator --build build/prometheus_gazebo
# 编译控制模块
catkin_make --source Modules/uav_control --build build/uav_control
# 编译小车控制模块
catkin_make --source Modules/ugv_control --build build/ugv_control
# 编译swarm_control模块
catkin_make --source Modules/swarm_control --build build/swarm_control
# 编译swarm_formation模块
catkin_make --source Modules/swarm_formation --build build/swarm_formation
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fbing2015/Prometheus.git
git@gitee.com:fbing2015/Prometheus.git
fbing2015
Prometheus
Prometheus
main

搜索帮助