-
Notifications
You must be signed in to change notification settings - Fork 0
/
tb3_createMaps.yml
62 lines (56 loc) · 1.54 KB
/
tb3_createMaps.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
58
59
60
61
62
# ~/.tmuxinator/tb3_createMaps.yml
name: tb3_createMaps
root: ~/
windows:
- ros_local:
layout: even-vertical
panes:
- sim:
- cd ~/catkin_ws/
- sleep 2
- roslaunch turtlebot3_gazebo turtlebot3_world.launch
- rviz:
- cd ~/catkin_ws/
- sleep 10
- roslaunch turtlebot3_slam turtlebot3_slam.launch slam_methods:=gmapping
- teleop:
- cd ~/catkin_ws/
- sleep 10
- roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
- map:
- cd ~/catkin_ws/
- sleep 10
- rosrun map_server map_saver -f ~/mapTmp
- guard:
layout: tiled
pre:
- echo "I get run in each pane."
- echo "Before each pane command!"
panes:
-
- #empty, will just run plain bash
-
# - 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