File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : simulation
2
+ root : ./
3
+
4
+ startup_window : takeoff
5
+ pre_window : export UAV_NAME=uav1
6
+ windows :
7
+ - roscore :
8
+ layout : even-vertical
9
+ panes :
10
+ - roscore
11
+ - openni :
12
+ layout : even-vertical
13
+ panes :
14
+ - waitForRos; roslaunch openni_launch openni.launch device_id:=#2
15
+ - calibration :
16
+ layout : even-vertical
17
+ panes :
18
+ - waitForRos; rosrun camera_calibration camreacalibrator.py image:=/camera/rgb/image_raw camera:=/camera/rgb -size 9x9 --square 0.014
19
+ - tracker :
20
+ layout : even-vertical
21
+ panes :
22
+ - sleep 9999; rosrun openni_tracker openni_tracker
23
+ - rviz :
24
+ layout : even-vertical
25
+ panes :
26
+ - sleep 9999; rosrun rviz rviz
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- MY_PATH=~ /kinect_workspace/src/openni_tracker/tmux_scripts
2
+ MY_PATH=~ /git/knightbot
3
3
MY_PATH=` ( cd " $MY_PATH " && pwd )`
4
4
5
5
# remove the old link
You can’t perform that action at this time.
0 commit comments