-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlandmark_list.yaml
executable file
·64 lines (58 loc) · 1.5 KB
/
landmark_list.yaml
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
#/////////////////////////////#
#ランドマークの記入例
#landmark:
# landmark_name: #認識したいランドマークの名前
# id: #ランドマークの番号/特殊の名前
# pose: [x, y, z] #ランドマークの位置
# enable: null #ランドマークが使うかどうか
# option: null #ランドマーク他の色々
#
# id2: #ランドマークの番号/特殊の名前
# pose: [x, y, z] #ランドマークの位置
# enable: null #ランドマークが使うかどうか
# option: null #ランドマーク他の色々
#/////////////////////////////#
landmark:
Vending machine:
id:
pose: [2.54, -6.05, 0]
enable: true
option: null
id2:
pose: [3.82, -6.05, 0]
enable: true
option: null
# door:
# id:
# pose: [1, 0, 0]
# enable: true
# option: null
# id2:
# pose: [2, 0, 0]
# enable: true
# option: null
Elevator:
id:
pose: [-7.8, -7.9, 0]
enable: true
option: null
id2:
pose: [-5.6, -7.9, 0]
enable: true
option: null
id3:
pose: [-3.2, -7.9, 0]
enable: true
option: null
id4:
pose: [-6.6, -2.5, 0]
enable: true
option: null
id5:
pose: [-3.9, -2.5, 0]
enable: true
option: null
id6:
pose: [-5.3, 20.9, 0]
enable: true
option: null