-
Notifications
You must be signed in to change notification settings - Fork 1
/
possi_123.imscfg
82 lines (82 loc) · 1.51 KB
/
possi_123.imscfg
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "possi_123578",
"map": {
"image_path": "possi/image.bmp",
"scale" : 4.1345,
"max_x" : 300,
"max_y" : 225,
"d_x" : -30.2,
"d_y" : -24,
"roi" : {
"ymin": -24,
"ymax": 30,
"xmin": -30,
"xmax":40
}
},
"cameras": {},
"range_sensors": [
{
"name": "lms1",
"type": "range",
"subtype": "singlelayer",
"src_path": "possi/possi.lms1"
},
{
"name": "lms2",
"type": "range",
"subtype": "singlelayer",
"src_path": "possi/possi.lms2"
},
{
"name": "lms3",
"type": "range",
"subtype": "singlelayer",
"src_path": "possi/possi.lms3"
}
],
"legs": [
{
"id": 0,
"type": "departure",
"heading": "N",
"bbox": [6.7, 15.0, 12.5, 30.5],
"lanes": []
},
{
"id": 1,
"type": "approach",
"heading": "E",
"bbox": [18.0, 2.45, 33.6, 13.5],
"lanes": []
},
{
"id": 2,
"type": "departure",
"heading": "E",
"bbox": [18.0, -19.3, 33.6, -9.45],
"lanes": []
},
{
"id": 3,
"type": "approach",
"heading": "W",
"bbox": [-20.1, -19.3, -7.5, -8.22],
"lanes": []
},
{
"id": 4,
"type": "departure",
"heading": "W",
"bbox": [-20.1, 3.35, -7.5, 14.5],
"lanes": []
},
{
"id": 5,
"type": "approach",
"heading": "N",
"bbox": [0.9, 15.0, 6.7, 30.5],
"lanes": []
}
]
}