加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
start_roslaunch_base.sh 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙东晓 提交于 2021-01-14 23:27 . update shell
###
# @Date: 2020-10-27 19:13:07
# @LastEditors: Tonser
# @LastEditTime: 2020-11-02 20:30:09
# @FilePath: /swarm_ws/src/px4_gcs/scripts/start.sh
# @Description: start 启动脚本 使用前需要执行config.sh
###
#!/bin/bash
roscore &
sleep 5
roslaunch mavros px4.launch fcu_url:=$MUC &
#test uwb
sleep 5
roslaunch px4_swarm_control uwb_node_test.launch serial_name:=$UWB &
sleep 2
roslaunch camera_detect usb_camera_detect.launch id:=$ID index:=0 display:=false &
# sleep 5
# roslaunch px4_swarm_control swarm_drone_consensus.launch
# record 记录这个topic
# sleep 5
# rosbag record /collect_image/image /mavros/local_position/pose /mavros/global_position/global /mavros/ready /swarm/state
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化