6 Star 32 Fork 12

Peixuan Shu/UAVros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compile_wrzf_sitl.sh 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peixuan Shu 提交于 2023-11-26 11:04 . update install and compile scripts
#!/bin/sh
# Exit immediately if a command exits with a non-zero status.
set -e
# basic messages
catkin_make --source uavros_msgs --build build/uavros_msgs
# gazebo simulation
catkin_make --source uavros_simulation/uavros_gazebo --build build/uavros_gazebo
catkin_make --source dependenct_packages/ugv_simulator --build build/ugv_simulator
# function
catkin_make --source uavros_simulation/uavros_wrzf_sitl --build build/uavros_wrzf_sitl
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shu-peixuan/UAVros.git
git@gitee.com:shu-peixuan/UAVros.git
shu-peixuan
UAVros
UAVros
main

搜索帮助