加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
kaichuang.liu 提交于 2024-08-15 19:37 . 合并代码
#!/bin/bash
set -e
dir_=$(cd `dirname $0`; pwd)
cd $dir_
catkin_make -DCATKIN_WHITELIST_PACKAGES="amr_trajectory_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="localization_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="map_operation_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="control_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="task_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="actuator_msgs"
catkin_make -DCATKIN_WHITELIST_PACKAGES="common_lib"
catkin_make -DCATKIN_WHITELIST_PACKAGES=""
# catkin_make --pkg common_lib -j4
# catkin_make --pkg actuator -j4
# catkin_make --pkg trajectory -j4
# catkin_make --pkg control -j4
# catkin_make --pkg map_operation -j4
# catkin_make --pkg rviz_display -j4
# catkin_make --pkg simulation_model -j4
sync && sync
wait
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化