Pushing the code for Automatic AP placement
This commit is contained in:
161
floor_plans/floorplan.json
Normal file
161
floor_plans/floorplan.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"building": {
|
||||
"width": 40.0,
|
||||
"height": 3.0,
|
||||
"length": 50.0,
|
||||
"resolution": 0.2
|
||||
},
|
||||
"target_coverage": 0.9,
|
||||
"propagation_model": "fast_ray_tracing",
|
||||
"placement_strategy": "material_aware",
|
||||
"quick_mode": false,
|
||||
"ap_mode": "manual",
|
||||
"scale": {
|
||||
"pixel_to_meter": 0.06412234498911869
|
||||
},
|
||||
"rois": [
|
||||
{
|
||||
"points": [
|
||||
[
|
||||
15.004628727453772,
|
||||
27.76497538028839
|
||||
],
|
||||
[
|
||||
33.40774173933084,
|
||||
27.95734241525575
|
||||
],
|
||||
[
|
||||
33.40774173933084,
|
||||
20.45502805152886
|
||||
],
|
||||
[
|
||||
45.71923197724163,
|
||||
20.390905706539744
|
||||
],
|
||||
[
|
||||
45.59098728726339,
|
||||
31.419949044668158
|
||||
],
|
||||
[
|
||||
14.940506382464655,
|
||||
31.35582669967904
|
||||
],
|
||||
[
|
||||
15.068751072442891,
|
||||
27.70085303529927
|
||||
]
|
||||
],
|
||||
"lengths_m": [
|
||||
18.40411838703666,
|
||||
7.502314363726886,
|
||||
12.311657222051771,
|
||||
11.029788921589677,
|
||||
30.65054797830797,
|
||||
3.6572228791553387,
|
||||
0.09068268993477813
|
||||
]
|
||||
}
|
||||
],
|
||||
"boundaries": [],
|
||||
"regions": [
|
||||
{
|
||||
"name": "a",
|
||||
"type": "office",
|
||||
"material": "brick",
|
||||
"thickness_m": 0.2,
|
||||
"room": true,
|
||||
"shape": "circle",
|
||||
"coords": [
|
||||
2.3683248730964475,
|
||||
1.4884263959390867,
|
||||
0.10674529480665189
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ax",
|
||||
"type": "office",
|
||||
"material": "brick",
|
||||
"thickness_m": 0.2,
|
||||
"room": true,
|
||||
"shape": "rectangle",
|
||||
"coords": [
|
||||
1.1265989847715738,
|
||||
1.8790355329949244,
|
||||
2.076395939086295,
|
||||
1.9324873096446706
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ds",
|
||||
"type": "office",
|
||||
"material": "brick",
|
||||
"thickness_m": 0.2,
|
||||
"room": true,
|
||||
"shape": "rectangle",
|
||||
"coords": [
|
||||
2.6643654822335034,
|
||||
1.430862944162437,
|
||||
2.6602538071065998,
|
||||
1.4103045685279192
|
||||
]
|
||||
}
|
||||
],
|
||||
"materials": [],
|
||||
"aps": [
|
||||
{
|
||||
"x": 18.787847081811776,
|
||||
"y": 30.650480904798734,
|
||||
"z": 2.7,
|
||||
"tx_power": 20.0,
|
||||
"frequency": 2.4,
|
||||
"wifi_standard": "802.11n",
|
||||
"coverage": 20.0,
|
||||
"size": 0.2,
|
||||
"max_height": 2.7
|
||||
},
|
||||
{
|
||||
"x": 34.3054545691785,
|
||||
"y": 25.328326270701883,
|
||||
"z": 2.7,
|
||||
"tx_power": 20.0,
|
||||
"frequency": 2.4,
|
||||
"wifi_standard": "802.11n",
|
||||
"coverage": 20.0,
|
||||
"size": 0.2,
|
||||
"max_height": 2.7
|
||||
},
|
||||
{
|
||||
"x": 20.326783361550625,
|
||||
"y": 31.035214974733446,
|
||||
"z": 2.7,
|
||||
"tx_power": 20.0,
|
||||
"frequency": 2.4,
|
||||
"wifi_standard": "802.11n",
|
||||
"coverage": 20.0,
|
||||
"size": 0.2,
|
||||
"max_height": 2.7
|
||||
},
|
||||
{
|
||||
"x": 41.03830079303596,
|
||||
"y": 27.059629585408086,
|
||||
"z": 2.7,
|
||||
"tx_power": 20.0,
|
||||
"frequency": 2.4,
|
||||
"wifi_standard": "802.11n",
|
||||
"coverage": 20.0,
|
||||
"size": 0.2,
|
||||
"max_height": 2.7
|
||||
},
|
||||
{
|
||||
"x": 36.93447071373237,
|
||||
"y": 23.276411231050083,
|
||||
"z": 2.7,
|
||||
"tx_power": 20.0,
|
||||
"frequency": 2.4,
|
||||
"wifi_standard": "802.11n",
|
||||
"coverage": 20.0,
|
||||
"size": 0.2,
|
||||
"max_height": 2.7
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user