-
Notifications
You must be signed in to change notification settings - Fork 0
/
air_Aru_STIL_ROS.yml
57 lines (50 loc) · 1.56 KB
/
air_Aru_STIL_ROS.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ~/.tmuxinator/air_Aru_STIL_ROS.yml
name: air_Aru_STIL_ROS
root: ~/
windows:
- ros_local:
layout: even-vertical
panes:
- ardupilot_SITL:
- cd /home/darlin/ardupilot
- sim_vehicle.py -v ArduCopter -f airsim-copter --add-param-file=libraries/SITL/examples/Airsim/quadX.parm --console --map -A --sim-address=127.0.0.1
- unreal:
- cd /home/darlin/UnrealProjects/My_block_linux/LinuxNoEditor
- sleep 15
- ./Blocks.sh -ResX=1280 -ResY=720 -WINDOWED
- mavros:
- cd /home/darlin/ardupilot
- sleep 30
- roslaunch mavros apm.launch fcu_url:=udp://127.0.0.1:14550@
- teleop:
- cd /home/darlin/ardupilot
- sleep 35
- rosrun teleop_twist_keyboard teleop_twist_keyboard.py
- rostopic:
- cd /home/darlin/ardupilot
- sleep 40
- rostopic list
# - logs: tail -f /var/log/syslog
# layout: even-horizontal
# panes:
# - remote:
# - cd ~/catkin_ws/
# - sleep 10
# - rostopic list
# - ros_remote:
# layout: even-vertical
# panes:
# - robot:
# - ssh pi@turtle
# - cd ~/catkin_ws/
# - sleep 2
# - roslaunch turtlebot3_bringup turtlebot3_robot.launch
# - lidar:
# - ssh pi@turtle
# - cd ~/catkin_ws/
# - sleep 2
# - rpicam:
# - ssh pi@turtle
# - cd ~/catkin_ws/
# - sleep 7
# - roslaunch turtlebot3_bringup turtlebot3_rpicamera.launch