Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
compile_communication.sh 269 Bytes
Copy Edit Raw Blame History
张灵 authored 2022-07-27 16:56 . add communication
#!/bin/bash
# 脚本名称: compile_communication.sh
# 脚本描述: 编译Prometheus通信模块
# 编译基础模块
catkin_make --source Modules/common --build build/common
# 编译通信模块
catkin_make --source Modules/communication --build build/communication
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化