1 Star 0 Fork 52

Mcqueen110/Prometheus

forked from AMOVLAB/Prometheus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compile_ugv_control.sh 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# 脚本名称: compile_ugv_control.sh
# 脚本描述: 编译Prometheus小车控制模块
# 编译基础模块
catkin_make --source Modules/common --build build/common
# 编译Gazebo仿真模块
catkin_make --source Simulator/gazebo_simulator --build build/prometheus_gazebo
catkin_make --source Simulator/realsense_gazebo_plugin --build build/realsense_gazebo_plugin
catkin_make --source Simulator/velodyne_gazebo_plugins --build build/velodyne_gazebo_plugins
# 编译小车控制模块
catkin_make --source Modules/ugv_control --build build/ugv_control
catkin_make --source Modules/global_planner_ugv --build build/global_planner_ugv
# 编译demo模块
catkin_make --source Modules/tutorial_demo --build build/tutorial_demo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Mcqueen110/Prometheus.git
git@gitee.com:Mcqueen110/Prometheus.git
Mcqueen110
Prometheus
Prometheus
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385