1 Star 0 Fork 2

马文宗/gazebo_drone_tutorials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
start_maze_hard_hector_with_car.sh 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
smart-swarm 提交于 2020-03-09 00:35 . judge the time of car and uav
#!/bin/bash
cd ./catkin_ws/
catkin_make
source $(pwd)/devel/setup.bash
echo "loading gazebo world..."
roslaunch innok_heros_gazebo load_hard_world.launch &
sleep 10
echo "loading uav and car..."
roslaunch hector_quadrotor_gazebo spawn_one_quadrotors_for_maze_hard.launch &
sleep 5
sleep 30
sh scripts/uav_arm.sh 1 /dev/null 2>&1 &
echo "all uav are ready to takeoff..."
sleep 5
roslaunch sc_gazebo add_car_to_world.launch &
sleep 5
python ../judge_uav_solve_maze.py
sleep 5
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
sleep 1
echo "simulation platform ready..."
wait
exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Anthony-ma/gazebo_drone_tutorials.git
git@gitee.com:Anthony-ma/gazebo_drone_tutorials.git
Anthony-ma
gazebo_drone_tutorials
gazebo_drone_tutorials
master

搜索帮助