Added latest walks with 8 NUCs
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.csv filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -371,6 +371,98 @@ namespace Settings {
|
||||
true
|
||||
};
|
||||
|
||||
|
||||
// 20 Path: SHL Path I; NUCs steht in den Räumen; Neue gen7 NUCs mit interner Antenne
|
||||
const DataSetup Path20 = {
|
||||
"path20",
|
||||
mapDir + "shl_nuc_3.xml",
|
||||
{
|
||||
dataDir + "Pixel2/path20/17706322854245.csv",
|
||||
dataDir + "Pixel2/path20/17818434531611.csv",
|
||||
dataDir + "Pixel2/path20/18373053262232.csv",
|
||||
dataDir + "Pixel2/path20/18507853186546.csv",
|
||||
|
||||
dataDir + "Pixel3/path20/16666156600490.csv",
|
||||
dataDir + "Pixel3/path20/16779582215695.csv",
|
||||
dataDir + "Pixel3/path20/16926680479359.csv",
|
||||
dataDir + "Pixel3/path20/17037535703892.csv",
|
||||
},
|
||||
{
|
||||
// NUC, ID Pos X Y Z offset loss kalman stddev
|
||||
{ NUC1, {1, { 67 , 33 , 0.8}, -2.00, 3.000, 3.0f} }, // NUC 1
|
||||
{ NUC2, {2, { 27 , 49.6, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 2
|
||||
{ NUC3, {3, { 15 , 32.4, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 3
|
||||
{ NUC4, {4, { 14.6, 4.4, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 4
|
||||
{ NUC5, {5, { 52.2, 49.5, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 5
|
||||
{ NUC6, {6, { 38 , 33 , 0.8}, -2.00, 3.000, 3.0f} }, // NUC 6
|
||||
{ NUC7, {7, { 5 , 49.8, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 7
|
||||
{ NUC8, {8, { 2 , 21.5, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 8
|
||||
},
|
||||
{ 100, 101, 102, 103, 104, 103, 102, 101, 100 },
|
||||
true
|
||||
};
|
||||
|
||||
// 21 Path: SHL Path großes L; NUCs steht in den Räumen; Neue gen7 NUCs mit interner Antenne
|
||||
const DataSetup Path21 = {
|
||||
"path21",
|
||||
mapDir + "shl_nuc_3.xml",
|
||||
{
|
||||
dataDir + "Pixel2/path21/17368267427912.csv",
|
||||
dataDir + "Pixel2/path21/17527721931557.csv",
|
||||
dataDir + "Pixel2/path21/18001426901565.csv",
|
||||
dataDir + "Pixel2/path21/18177010770775.csv",
|
||||
|
||||
dataDir + "Pixel3/path21/15786943753685.csv",
|
||||
dataDir + "Pixel3/path21/16075928276171.csv",
|
||||
dataDir + "Pixel3/path21/16268193326887.csv",
|
||||
dataDir + "Pixel3/path21/16424251083631.csv",
|
||||
},
|
||||
{
|
||||
// NUC, ID Pos X Y Z offset loss kalman stddev
|
||||
{ NUC1, {1, { 67 , 33 , 0.8}, -2.00, 3.000, 3.0f} }, // NUC 1
|
||||
{ NUC2, {2, { 27 , 49.6, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 2
|
||||
{ NUC3, {3, { 15 , 32.4, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 3
|
||||
{ NUC4, {4, { 14.6, 4.4, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 4
|
||||
{ NUC5, {5, { 52.2, 49.5, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 5
|
||||
{ NUC6, {6, { 38 , 33 , 0.8}, -2.00, 3.000, 3.0f} }, // NUC 6
|
||||
{ NUC7, {7, { 5 , 49.8, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 7
|
||||
{ NUC8, {8, { 2 , 21.5, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 8
|
||||
},
|
||||
{ 100, 101, 102, 103, 104, 105, 104, 103, 102, 101, 100 },
|
||||
true
|
||||
};
|
||||
|
||||
|
||||
|
||||
// 22 Path: SHL Komplexer Pfad von Balzer zu Deinzer zu Pool Raum und Gang; NUCs steht in den Räumen; Neue gen7 NUCs mit interner Antenne
|
||||
const DataSetup Path22 = {
|
||||
"path21",
|
||||
mapDir + "shl_nuc_3.xml",
|
||||
{
|
||||
dataDir + "Pixel2/path22/20823227234371.csv",
|
||||
dataDir + "Pixel2/path22/21041583616592.csv",
|
||||
dataDir + "Pixel2/path22/21254258832883.csv",
|
||||
dataDir + "Pixel2/path22/21408875875733.csv",
|
||||
|
||||
dataDir + "Pixel3/path22/19916193051892.csv",
|
||||
dataDir + "Pixel3/path22/20083784919629.csv",
|
||||
dataDir + "Pixel3/path22/20307809441061.csv",
|
||||
dataDir + "Pixel3/path22/20475021182927.csv",
|
||||
},
|
||||
{
|
||||
// NUC, ID Pos X Y Z offset loss kalman stddev
|
||||
{ NUC1, {1, { 67 , 33 , 0.8}, -2.00, 3.000, 3.0f} }, // NUC 1
|
||||
{ NUC2, {2, { 27 , 49.6, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 2
|
||||
{ NUC3, {3, { 15 , 32.4, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 3
|
||||
{ NUC4, {4, { 14.6, 4.4, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 4
|
||||
{ NUC5, {5, { 52.2, 49.5, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 5
|
||||
{ NUC6, {6, { 38 , 33 , 0.8}, -2.00, 3.000, 3.0f} }, // NUC 6
|
||||
{ NUC7, {7, { 5 , 49.8, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 7
|
||||
{ NUC8, {8, { 2 , 21.5, 0.8}, -2.00, 3.000, 3.0f} }, // NUC 8
|
||||
},
|
||||
{ 200, 201, 203, 104, 204, 205, 206, 207, 206, 208, 209, 210, 211, 212 },
|
||||
true
|
||||
};
|
||||
} data;
|
||||
|
||||
static DataSetup CurrentPath = data.Path11;
|
||||
|
||||
@@ -698,7 +698,10 @@ int main(int argc, char** argv)
|
||||
//Settings::data.Path8,
|
||||
//Settings::data.Path9,
|
||||
//Settings::data.Path10,
|
||||
Settings::data.Path11
|
||||
//Settings::data.Path11
|
||||
//Settings::data.Path20,
|
||||
//Settings::data.Path21,
|
||||
Settings::data.Path22,
|
||||
};
|
||||
|
||||
for (Settings::DataSetup setupToRun : setupsToRun)
|
||||
|
||||
317
map/shl_nuc_2.xml
Normal file
317
map/shl_nuc_2.xml
Normal file
@@ -0,0 +1,317 @@
|
||||
<map width="70" depth="50">
|
||||
<earthReg>
|
||||
<correspondences/>
|
||||
</earthReg>
|
||||
<floors>
|
||||
<floor atHeight="0" height="3.4000001" name="2. Stock">
|
||||
<outline>
|
||||
<polygon name="base" method="0" outdoor="false">
|
||||
<point x="1.2" y="43.100002"/>
|
||||
<point x="0.60000002" y="43.100002"/>
|
||||
<point x="0.60000002" y="50.200001"/>
|
||||
<point x="76.900002" y="50.200001"/>
|
||||
<point x="76.900002" y="41.299999"/>
|
||||
<point x="68.099998" y="41.299999"/>
|
||||
<point x="68.099998" y="31.6"/>
|
||||
<point x="18" y="31.6"/>
|
||||
<point x="18" y="0.69999999"/>
|
||||
<point x="1.2" y="0.69999999"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="52.400002" y="40.799999"/>
|
||||
<point x="59.100002" y="40.799999"/>
|
||||
<point x="59.100002" y="42.799999"/>
|
||||
<point x="52.400002" y="42.799999"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="12.1" y="40.799999"/>
|
||||
<point x="22.9" y="40.799999"/>
|
||||
<point x="22.9" y="42.799999"/>
|
||||
<point x="12.1" y="42.799999"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="14.5" y="6.2000003"/>
|
||||
<point x="18" y="6.2000003"/>
|
||||
<point x="18" y="11"/>
|
||||
<point x="14.5" y="11"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="12.1" y="46.600002"/>
|
||||
<point x="17.1" y="46.600002"/>
|
||||
<point x="17.1" y="50.200001"/>
|
||||
<point x="12.1" y="50.200001"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="61.5" y="46.600002"/>
|
||||
<point x="66.300003" y="46.600002"/>
|
||||
<point x="66.300003" y="50.200001"/>
|
||||
<point x="61.5" y="50.200001"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="12.3" y="31.6"/>
|
||||
<point x="13.900001" y="31.6"/>
|
||||
<point x="13.900001" y="39.299999"/>
|
||||
<point x="12.3" y="39.299999"/>
|
||||
</polygon>
|
||||
<polygon name="luft" method="1" outdoor="false">
|
||||
<point x="10" y="40.799999"/>
|
||||
<point x="1.2" y="40.799999"/>
|
||||
<point x="1.2" y="42.799999"/>
|
||||
<point x="10" y="42.799999"/>
|
||||
</polygon>
|
||||
</outline>
|
||||
<obstacles>
|
||||
<wall material="6" type="1" x1="1.2" y1="42.799999" x2="1.2" y2="0.69999999" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="10" y1="0.69999999" x2="10" y2="24.1" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.95299143" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.32905987" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.23504275" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="10" y1="7.2000003" x2="1.2" y2="7.2000003" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="10" y1="25.9" x2="10" y2="40.799999" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.92991221" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.13133337" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="1.2" y1="40.799999" x2="10" y2="40.799999" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="10" y1="25.9" x2="8.1999998" y2="25.9" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.77777749" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="8.1999998" y1="25.9" x2="1.2" y2="25.9" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.87212861" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="10" y1="24.1" x2="1.2" y2="24.1" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="5.0999999" y1="43.100002" x2="0.60000002" y2="43.100002" thickness="0.30000001"/>
|
||||
<wall material="0" type="1" x1="10.2" y1="44.5" x2="3.9000001" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.52380949" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.11111109" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="3.9000001" y1="44.5" x2="3.9000001" y2="50.200001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.81355965" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="7.5" y1="50.200001" x2="7.5" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.18644036" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="10.5" y1="48.100002" x2="10.5" y2="44.5" thickness="0.30000001"/>
|
||||
<wall material="1" type="1" x1="10.5" y1="49.100002" x2="10.5" y2="50.200001" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="0.60000002" y1="50.200001" x2="0.60000002" y2="43.100002" thickness="0.30000001"/>
|
||||
<wall material="1" type="1" x1="1.2" y1="0.69999999" x2="18" y2="0.69999999" thickness="0.15000001"/>
|
||||
<wall material="6" type="1" x1="18" y1="0.69999999" x2="18" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="18" y1="25.9" x2="12.2" y2="25.9" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="12.7" x2="18" y2="12.7" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="11" x2="14.400001" y2="11" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="14.400001" y1="11" x2="14.400001" y2="6.2000003" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="6.2000003" x2="18" y2="6.2000003" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="12.7" x2="12.2" y2="6.2000003" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.030303001" width="1.3" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="12.2" y1="13" x2="12.2" y2="25.9" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.068702258" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.95419854" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="6" type="1" x1="18" y1="31.6" x2="76.900002" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="6" type="1" x1="76.900002" y1="31.6" x2="76.900002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="6" type="1" x1="76.900002" y1="50.200001" x2="0.60000002" y2="50.200001" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="52.400002" y1="42.799999" x2="59.100002" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="59.100002" y1="42.799999" x2="59.100002" y2="40.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="59.100002" y1="40.799999" x2="52.400002" y2="40.799999" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="4.3000002" y1="25.9" x2="4.3000002" y2="24.1" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="8.1999998" y1="24.1" x2="8.1999998" y2="25.9" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.88888943" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="10.5" y1="44.5" x2="17.1" y2="44.5" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.59090918" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.93939406" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.030303003" width="1.3" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="12.3" y1="46.600002" x2="12.3" y2="44.5" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.3" y1="46.600002" x2="17.1" y2="46.600002" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="14.7" y1="44.5" x2="14.7" y2="46.600002" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="17.1" y1="50.200001" x2="17.1" y2="44.5" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="17.4" y1="44.5" x2="23" y2="44.5" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="23" y1="44.5" x2="23" y2="50.200001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.89473718" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="25.5" y1="50.200001" x2="25.5" y2="44.5" thickness="0.30000001"/>
|
||||
<wall material="0" type="1" x1="25.5" y1="44.5" x2="50.700001" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.11507935" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.21349037" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.28968251" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.40476194" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.51984131" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.63888896" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.73746985" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.82936513" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.88095617" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="29.1" y1="44.5" x2="29.1" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="31.5" y1="44.5" x2="31.5" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="33.900002" y1="44.5" x2="33.900002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="36.299999" y1="44.5" x2="36.299999" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="39.299999" y1="44.5" x2="39.299999" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="42.299999" y1="44.5" x2="42.299999" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="44.600002" y1="44.5" x2="44.600002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="50.700001" y1="44.5" x2="50.700001" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="51.100002" y1="50.200001" x2="51.100002" y2="44.5" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="51.100002" y1="44.5" x2="61" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.93939412" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.4949494" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="56.600002" y1="44.5" x2="56.600002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="61" y1="44.5" x2="61" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="61.5" y1="50.200001" x2="61.5" y2="44.5" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="61.5" y1="44.5" x2="64.400002" y2="44.5" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.86206847" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="61.5" y1="46.600002" x2="66.400002" y2="46.600002" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="66.400002" y1="46.600002" x2="66.400002" y2="44.5" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="64.400002" y1="46.600002" x2="64.400002" y2="44.5" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="70.5" y1="44.5" x2="70.5" y2="50.200001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.8308323" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="68.099998" y1="48.400002" x2="68.099998" y2="44.5" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="76.900002" y1="44.5" x2="68.400002" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.82352942" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.65882331" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<line material="0" type="3" x1="12.1" y1="42.799999" x2="12.1" y2="40.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="12.1" y1="40.799999" x2="22.9" y2="40.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="22.9" y1="40.799999" x2="22.9" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="22.9" y1="42.799999" x2="12.1" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="12.3" y1="39.299999" x2="12.3" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="13.900001" y1="39.299999" x2="13.900001" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="13.900001" y1="39.299999" x2="68.099998" y2="39.299999" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.97601473" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.79966301" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.70069867" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.56931776" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.5523302" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.42435426" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.38229868" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.35549262" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.31180814" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.010910105" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="25.5" y1="39.299999" x2="25.5" y2="31.6" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.15584378" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="31.5" y1="39.299999" x2="31.5" y2="31.6" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.15584378" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="33.900002" y1="39.299999" x2="33.900002" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="36.299999" y1="39.299999" x2="36.299999" y2="31.6" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.15584378" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="42.299999" y1="39.299999" x2="42.299999" y2="31.6" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="42.299999" y1="34.900002" x2="44.100002" y2="34.900002" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.83333194" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="44.100002" y1="31.6" x2="44.100002" y2="39.299999" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="50.600002" y1="39.299999" x2="50.600002" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="56" y1="39.299999" x2="56" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="47.100002" y1="50.200001" x2="47.100002" y2="44.5" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="1.2" y1="15.400001" x2="10" y2="15.400001" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="68.099998" y1="41.299999" x2="76.900002" y2="41.299999" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="68.099998" y1="39.299999" x2="68.099998" y2="31.6" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="68.099998" y1="41.299999" x2="68.099998" y2="39.299999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="5.0999999" y1="42.799999" x2="10" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="10" y1="40.799999" x2="10" y2="42.799999" thickness="0.15000001"/>
|
||||
<wall material="3" type="1" x1="12.2" y1="0.69999999" x2="12.2" y2="5.9000001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.13643573" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<door material="4" type="1" x1="10" y1="25.9" x2="11" y2="25.9" height="2.0999999" swap="false"/>
|
||||
<wall material="4" type="1" x1="11" y1="25.9" x2="12.2" y2="25.9" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="13.900001" y1="31.6" x2="18" y2="31.6" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="10.2" y1="44.5" x2="10.2" y2="50.200001" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.81355965" width="1" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="3" type="1" x1="17.4" y1="44.5" x2="17.4" y2="50.200001" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="5.0999999" y1="42.799999" x2="5.0999999" y2="44.5" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.35294235" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="3" type="1" x1="25" y1="44.5" x2="25" y2="50.200001" thickness="0.2"/>
|
||||
<wall material="1" type="1" x1="66.400002" y1="44.5" x2="68.099998" y2="44.5" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.8823545" width="1.3" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="3" type="1" x1="12.2" y1="5.9000001" x2="18" y2="5.9000001" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="12.2" y1="13" x2="18" y2="13" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="68.400002" y1="44.5" x2="68.400002" y2="50.200001" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.84210497" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="68.099998" y1="50.200001" x2="68.099998" y2="49.299999" thickness="0.25"/>
|
||||
</obstacles>
|
||||
<underlays>
|
||||
<underlay x="-13.15" y="-18.049999" sx="0.025403051" sy="0.025403051" name="" file="../IndoorMap/maps/stock2.png"/>
|
||||
</underlays>
|
||||
<pois>
|
||||
<poi name="I.2.43" type="0" x="73.5" y="47.400002"/>
|
||||
<poi name="I.2.42" type="0" x="69.200005" y="47.400002"/>
|
||||
<poi name="I.2.13" type="0" x="15.1" y="3.3"/>
|
||||
<poi name="I.2.14" type="0" x="5.4000001" y="4.0999999"/>
|
||||
<poi name="I.2.15" type="0" x="5.2000003" y="11.7"/>
|
||||
<poi name="I.2.11" type="0" x="14.900001" y="17.200001"/>
|
||||
<poi name="I.2.16" type="0" x="5.9000001" y="25"/>
|
||||
<poi name="I.2.17" type="0" x="2.3" y="25"/>
|
||||
<poi name="I.2.18" type="0" x="4.9000001" y="30.300001"/>
|
||||
<poi name="I.2.19" type="0" x="5.3000002" y="37.299999"/>
|
||||
<poi name="I.2.20" type="0" x="1.9" y="47"/>
|
||||
<poi name="I.2.21" type="0" x="5.3000002" y="47.700001"/>
|
||||
<poi name="I.2.22" type="0" x="8.4000006" y="47.400002"/>
|
||||
<poi name="HLS 3" type="0" x="12.7" y="45.5"/>
|
||||
<poi name="I.2.25" type="0" x="15.2" y="45.200001"/>
|
||||
<poi name="I.2.26" type="0" x="19.6" y="47.200001"/>
|
||||
<poi name="I.2.28" type="0" x="26.5" y="47.200001"/>
|
||||
<poi name="I.2.29" type="0" x="29.5" y="46.900002"/>
|
||||
<poi name="I.2.30" type="0" x="31.800001" y="47.5"/>
|
||||
<poi name="I.2.31" type="0" x="34.400002" y="47.200001"/>
|
||||
<poi name="I.2.32" type="0" x="37.100002" y="47.200001"/>
|
||||
<poi name="I.2.33" type="0" x="40.299999" y="46.200001"/>
|
||||
<poi name="I.2.34" type="0" x="42.700001" y="47.5"/>
|
||||
<poi name="I.2.35" type="0" x="44.900002" y="47"/>
|
||||
<poi name="I.2.36" type="0" x="47.799999" y="47.100002"/>
|
||||
<poi name="I.2.37" type="0" x="53.900002" y="47.400002"/>
|
||||
<poi name="I.2.38" type="0" x="58.5" y="47.400002"/>
|
||||
<poi name="I.2.1" type="0" x="62" y="35.700001"/>
|
||||
<poi name="I.2.2" type="0" x="53.299999" y="35.400002"/>
|
||||
<poi name="I.2.3" type="0" x="47.200001" y="35.400002"/>
|
||||
<poi name="I.2.4" type="0" x="42.900002" y="37"/>
|
||||
<poi name="I.2.5" type="0" x="42.799999" y="33.200001"/>
|
||||
<poi name="I.2.6" type="0" x="39.200001" y="35.5"/>
|
||||
<poi name="I.2.7" type="0" x="34.600002" y="35.600002"/>
|
||||
<poi name="I.2.8" type="0" x="31.800001" y="35.600002"/>
|
||||
<poi name="I.2.9" type="0" x="28.4" y="35.600002"/>
|
||||
<poi name="I.2.10" type="0" x="19.300001" y="35.400002"/>
|
||||
</pois>
|
||||
<gtpoints>
|
||||
<gtpoint id="100" x="71.800003" y="44" z="0"/>
|
||||
<gtpoint id="101" x="55.600002" y="44" z="0"/>
|
||||
<gtpoint id="102" x="42.200001" y="44" z="0"/>
|
||||
<gtpoint id="103" x="35" y="40" z="0"/>
|
||||
<gtpoint id="104" x="11" y="40" z="0"/>
|
||||
<gtpoint id="105" x="11" y="12" z="0"/>
|
||||
<gtpoint id="200" x="24" y="38" z="0"/>
|
||||
<gtpoint id="201" x="15" y="38" z="0"/>
|
||||
<gtpoint id="203" x="15" y="40" z="0"/>
|
||||
<gtpoint id="204" x="11" y="43.600002" z="0"/>
|
||||
<gtpoint id="205" x="35.200001" y="43.600002" z="0"/>
|
||||
<gtpoint id="206" x="45.200001" y="39.799999" z="0"/>
|
||||
<gtpoint id="207" x="45" y="33" z="0"/>
|
||||
<gtpoint id="208" x="57.600002" y="40" z="0"/>
|
||||
<gtpoint id="209" x="57.600002" y="32.600002" z="0"/>
|
||||
<gtpoint id="210" x="66.400002" y="32.600002" z="0"/>
|
||||
<gtpoint id="211" x="66.400002" y="42" z="0"/>
|
||||
<gtpoint id="212" x="60" y="42" z="0"/>
|
||||
</gtpoints>
|
||||
<accesspoints>
|
||||
<accesspoint name="NUC7" mac="XX:XX:XX:XX:XX:XX" x="27" y="45" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC5" mac="XX:XX:XX:XX:XX:XX" x="53.5" y="46" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC6" mac="XX:XX:XX:XX:XX:XX" x="46" y="37" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC8" mac="XX:XX:XX:XX:XX:XX" x="16" y="36" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC1" mac="XX:XX:XX:XX:XX:XX" x="7" y="6" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
</accesspoints>
|
||||
<beacons/>
|
||||
<fingerprints/>
|
||||
<stairs/>
|
||||
<elevators/>
|
||||
</floor>
|
||||
</floors>
|
||||
</map>
|
||||
320
map/shl_nuc_3.xml
Normal file
320
map/shl_nuc_3.xml
Normal file
@@ -0,0 +1,320 @@
|
||||
<map width="70" depth="50">
|
||||
<earthReg>
|
||||
<correspondences/>
|
||||
</earthReg>
|
||||
<floors>
|
||||
<floor atHeight="0" height="3.4000001" name="2. Stock">
|
||||
<outline>
|
||||
<polygon name="base" method="0" outdoor="false">
|
||||
<point x="1.2" y="43.100002"/>
|
||||
<point x="0.60000002" y="43.100002"/>
|
||||
<point x="0.60000002" y="50.200001"/>
|
||||
<point x="76.900002" y="50.200001"/>
|
||||
<point x="76.900002" y="41.299999"/>
|
||||
<point x="68.099998" y="41.299999"/>
|
||||
<point x="68.099998" y="31.6"/>
|
||||
<point x="18" y="31.6"/>
|
||||
<point x="18" y="0.69999999"/>
|
||||
<point x="1.2" y="0.69999999"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="52.400002" y="40.799999"/>
|
||||
<point x="59.100002" y="40.799999"/>
|
||||
<point x="59.100002" y="42.799999"/>
|
||||
<point x="52.400002" y="42.799999"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="12.1" y="40.799999"/>
|
||||
<point x="22.9" y="40.799999"/>
|
||||
<point x="22.9" y="42.799999"/>
|
||||
<point x="12.1" y="42.799999"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="14.5" y="6.2000003"/>
|
||||
<point x="18" y="6.2000003"/>
|
||||
<point x="18" y="11"/>
|
||||
<point x="14.5" y="11"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="12.1" y="46.600002"/>
|
||||
<point x="17.1" y="46.600002"/>
|
||||
<point x="17.1" y="50.200001"/>
|
||||
<point x="12.1" y="50.200001"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="61.5" y="46.600002"/>
|
||||
<point x="66.300003" y="46.600002"/>
|
||||
<point x="66.300003" y="50.200001"/>
|
||||
<point x="61.5" y="50.200001"/>
|
||||
</polygon>
|
||||
<polygon name="new" method="1" outdoor="false">
|
||||
<point x="12.3" y="31.6"/>
|
||||
<point x="13.900001" y="31.6"/>
|
||||
<point x="13.900001" y="39.299999"/>
|
||||
<point x="12.3" y="39.299999"/>
|
||||
</polygon>
|
||||
<polygon name="luft" method="1" outdoor="false">
|
||||
<point x="10" y="40.799999"/>
|
||||
<point x="1.2" y="40.799999"/>
|
||||
<point x="1.2" y="42.799999"/>
|
||||
<point x="10" y="42.799999"/>
|
||||
</polygon>
|
||||
</outline>
|
||||
<obstacles>
|
||||
<wall material="6" type="1" x1="1.2" y1="42.799999" x2="1.2" y2="0.69999999" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="10" y1="0.69999999" x2="10" y2="24.1" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.95299143" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.32905987" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.23504275" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="10" y1="7.2000003" x2="1.2" y2="7.2000003" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="10" y1="25.9" x2="10" y2="40.799999" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.92991221" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.13133337" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="1.2" y1="40.799999" x2="10" y2="40.799999" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="10" y1="25.9" x2="8.1999998" y2="25.9" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.77777749" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="8.1999998" y1="25.9" x2="1.2" y2="25.9" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.87212861" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="10" y1="24.1" x2="1.2" y2="24.1" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="5.0999999" y1="43.100002" x2="0.60000002" y2="43.100002" thickness="0.30000001"/>
|
||||
<wall material="0" type="1" x1="10.2" y1="44.5" x2="3.9000001" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.52380949" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.11111109" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="3.9000001" y1="44.5" x2="3.9000001" y2="50.200001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.81355965" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="7.5" y1="50.200001" x2="7.5" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.18644036" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="10.5" y1="48.100002" x2="10.5" y2="44.5" thickness="0.30000001"/>
|
||||
<wall material="1" type="1" x1="10.5" y1="49.100002" x2="10.5" y2="50.200001" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="0.60000002" y1="50.200001" x2="0.60000002" y2="43.100002" thickness="0.30000001"/>
|
||||
<wall material="1" type="1" x1="1.2" y1="0.69999999" x2="18" y2="0.69999999" thickness="0.15000001"/>
|
||||
<wall material="6" type="1" x1="18" y1="0.69999999" x2="18" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="18" y1="25.9" x2="12.2" y2="25.9" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="12.7" x2="18" y2="12.7" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="11" x2="14.400001" y2="11" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="14.400001" y1="11" x2="14.400001" y2="6.2000003" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="6.2000003" x2="18" y2="6.2000003" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.2" y1="12.7" x2="12.2" y2="6.2000003" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.030303001" width="1.3" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="12.2" y1="13" x2="12.2" y2="25.9" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.068702258" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.95419854" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="6" type="1" x1="18" y1="31.6" x2="76.900002" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="6" type="1" x1="76.900002" y1="31.6" x2="76.900002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="6" type="1" x1="76.900002" y1="50.200001" x2="0.60000002" y2="50.200001" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="52.400002" y1="42.799999" x2="59.100002" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="59.100002" y1="42.799999" x2="59.100002" y2="40.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="59.100002" y1="40.799999" x2="52.400002" y2="40.799999" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="4.3000002" y1="25.9" x2="4.3000002" y2="24.1" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="8.1999998" y1="24.1" x2="8.1999998" y2="25.9" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.88888943" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="10.5" y1="44.5" x2="17.1" y2="44.5" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.59090918" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.93939406" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.030303003" width="1.3" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="12.3" y1="46.600002" x2="12.3" y2="44.5" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="12.3" y1="46.600002" x2="17.1" y2="46.600002" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="14.7" y1="44.5" x2="14.7" y2="46.600002" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="17.1" y1="50.200001" x2="17.1" y2="44.5" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="17.4" y1="44.5" x2="23" y2="44.5" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="23" y1="44.5" x2="23" y2="50.200001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.89473718" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="25.5" y1="50.200001" x2="25.5" y2="44.5" thickness="0.30000001"/>
|
||||
<wall material="0" type="1" x1="25.5" y1="44.5" x2="50.700001" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.11507935" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.21349037" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.28968251" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.40476194" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.51984131" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.63888896" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.73746985" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.82936513" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.88095617" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="29.1" y1="44.5" x2="29.1" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="31.5" y1="44.5" x2="31.5" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="33.900002" y1="44.5" x2="33.900002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="36.299999" y1="44.5" x2="36.299999" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="39.299999" y1="44.5" x2="39.299999" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="42.299999" y1="44.5" x2="42.299999" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="44.600002" y1="44.5" x2="44.600002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="50.700001" y1="44.5" x2="50.700001" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="51.100002" y1="50.200001" x2="51.100002" y2="44.5" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="51.100002" y1="44.5" x2="61" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.93939412" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
<door type="1" material="2" x01="0.4949494" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="56.600002" y1="44.5" x2="56.600002" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="61" y1="44.5" x2="61" y2="50.200001" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="61.5" y1="50.200001" x2="61.5" y2="44.5" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="61.5" y1="44.5" x2="64.400002" y2="44.5" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.86206847" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="61.5" y1="46.600002" x2="66.400002" y2="46.600002" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="66.400002" y1="46.600002" x2="66.400002" y2="44.5" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="64.400002" y1="46.600002" x2="64.400002" y2="44.5" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="70.5" y1="44.5" x2="70.5" y2="50.200001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.8308323" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="68.099998" y1="48.400002" x2="68.099998" y2="44.5" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="76.900002" y1="44.5" x2="68.400002" y2="44.5" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.82352942" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.65882331" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<line material="0" type="3" x1="12.1" y1="42.799999" x2="12.1" y2="40.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="12.1" y1="40.799999" x2="22.9" y2="40.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="22.9" y1="40.799999" x2="22.9" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="22.9" y1="42.799999" x2="12.1" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="12.3" y1="39.299999" x2="12.3" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="13.900001" y1="39.299999" x2="13.900001" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="13.900001" y1="39.299999" x2="68.099998" y2="39.299999" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.97601473" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.79966301" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.70069867" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.56931776" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.5523302" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.42435426" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.38229868" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
<door type="1" material="2" x01="0.35549262" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.31180814" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
<door type="1" material="2" x01="0.010910105" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="25.5" y1="39.299999" x2="25.5" y2="31.6" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.15584378" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="31.5" y1="39.299999" x2="31.5" y2="31.6" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.15584378" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="0" type="1" x1="33.900002" y1="39.299999" x2="33.900002" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="36.299999" y1="39.299999" x2="36.299999" y2="31.6" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.15584378" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="42.299999" y1="39.299999" x2="42.299999" y2="31.6" thickness="0.25"/>
|
||||
<wall material="1" type="1" x1="42.299999" y1="34.900002" x2="44.100002" y2="34.900002" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.83333194" width="0.89999998" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="44.100002" y1="31.6" x2="44.100002" y2="39.299999" thickness="0.25"/>
|
||||
<wall material="0" type="1" x1="50.600002" y1="39.299999" x2="50.600002" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="56" y1="39.299999" x2="56" y2="31.6" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="47.100002" y1="50.200001" x2="47.100002" y2="44.5" thickness="0.15000001"/>
|
||||
<wall material="0" type="1" x1="1.2" y1="15.400001" x2="10" y2="15.400001" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="68.099998" y1="41.299999" x2="76.900002" y2="41.299999" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="68.099998" y1="39.299999" x2="68.099998" y2="31.6" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="68.099998" y1="41.299999" x2="68.099998" y2="39.299999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="5.0999999" y1="42.799999" x2="10" y2="42.799999" thickness="0.15000001"/>
|
||||
<line material="0" type="3" x1="10" y1="40.799999" x2="10" y2="42.799999" thickness="0.15000001"/>
|
||||
<wall material="3" type="1" x1="12.2" y1="0.69999999" x2="12.2" y2="5.9000001" thickness="0.15000001">
|
||||
<door type="1" material="2" x01="0.13643573" width="0.89999998" height="2.0999999" io="true" lr="false"/>
|
||||
</wall>
|
||||
<door material="4" type="1" x1="10" y1="25.9" x2="11" y2="25.9" height="2.0999999" swap="false"/>
|
||||
<wall material="4" type="1" x1="11" y1="25.9" x2="12.2" y2="25.9" thickness="0.15000001"/>
|
||||
<wall material="1" type="1" x1="13.900001" y1="31.6" x2="18" y2="31.6" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="10.2" y1="44.5" x2="10.2" y2="50.200001" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.81355965" width="1" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="3" type="1" x1="17.4" y1="44.5" x2="17.4" y2="50.200001" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="5.0999999" y1="42.799999" x2="5.0999999" y2="44.5" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.35294235" width="0.89999998" height="2.0999999" io="false" lr="false"/>
|
||||
</wall>
|
||||
<wall material="3" type="1" x1="25" y1="44.5" x2="25" y2="50.200001" thickness="0.2"/>
|
||||
<wall material="1" type="1" x1="66.400002" y1="44.5" x2="68.099998" y2="44.5" thickness="0.25">
|
||||
<door type="1" material="2" x01="0.8823545" width="1.3" height="2.0999999" io="false" lr="true"/>
|
||||
</wall>
|
||||
<wall material="3" type="1" x1="12.2" y1="5.9000001" x2="18" y2="5.9000001" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="12.2" y1="13" x2="18" y2="13" thickness="0.2"/>
|
||||
<wall material="3" type="1" x1="68.400002" y1="44.5" x2="68.400002" y2="50.200001" thickness="0.2">
|
||||
<door type="1" material="2" x01="0.84210497" width="0.89999998" height="2.0999999" io="true" lr="true"/>
|
||||
</wall>
|
||||
<wall material="1" type="1" x1="68.099998" y1="50.200001" x2="68.099998" y2="49.299999" thickness="0.25"/>
|
||||
</obstacles>
|
||||
<underlays>
|
||||
<underlay x="-13.15" y="-18.049999" sx="0.025403051" sy="0.025403051" name="" file="../IndoorMap/maps/stock2.png"/>
|
||||
</underlays>
|
||||
<pois>
|
||||
<poi name="I.2.43" type="0" x="73.5" y="47.400002"/>
|
||||
<poi name="I.2.42" type="0" x="69.200005" y="47.400002"/>
|
||||
<poi name="I.2.13" type="0" x="15.1" y="3.3"/>
|
||||
<poi name="I.2.14" type="0" x="5.4000001" y="4.0999999"/>
|
||||
<poi name="I.2.15" type="0" x="5.2000003" y="11.7"/>
|
||||
<poi name="I.2.11" type="0" x="14.900001" y="17.200001"/>
|
||||
<poi name="I.2.16" type="0" x="5.9000001" y="25"/>
|
||||
<poi name="I.2.17" type="0" x="2.3" y="25"/>
|
||||
<poi name="I.2.18" type="0" x="4.9000001" y="30.300001"/>
|
||||
<poi name="I.2.19" type="0" x="5.3000002" y="37.299999"/>
|
||||
<poi name="I.2.20" type="0" x="1.9" y="47"/>
|
||||
<poi name="I.2.21" type="0" x="5.3000002" y="47.700001"/>
|
||||
<poi name="I.2.22" type="0" x="8.4000006" y="47.400002"/>
|
||||
<poi name="HLS 3" type="0" x="12.7" y="45.5"/>
|
||||
<poi name="I.2.25" type="0" x="15.2" y="45.200001"/>
|
||||
<poi name="I.2.26" type="0" x="19.6" y="47.200001"/>
|
||||
<poi name="I.2.28" type="0" x="26.5" y="47.200001"/>
|
||||
<poi name="I.2.29" type="0" x="29.5" y="46.900002"/>
|
||||
<poi name="I.2.30" type="0" x="31.800001" y="47.5"/>
|
||||
<poi name="I.2.31" type="0" x="34.400002" y="47.200001"/>
|
||||
<poi name="I.2.32" type="0" x="37.100002" y="47.200001"/>
|
||||
<poi name="I.2.33" type="0" x="40.299999" y="46.200001"/>
|
||||
<poi name="I.2.34" type="0" x="42.700001" y="47.5"/>
|
||||
<poi name="I.2.35" type="0" x="44.900002" y="47"/>
|
||||
<poi name="I.2.36" type="0" x="47.799999" y="47.100002"/>
|
||||
<poi name="I.2.37" type="0" x="53.900002" y="47.400002"/>
|
||||
<poi name="I.2.38" type="0" x="58.5" y="47.400002"/>
|
||||
<poi name="I.2.1" type="0" x="62" y="35.700001"/>
|
||||
<poi name="I.2.2" type="0" x="53.299999" y="35.400002"/>
|
||||
<poi name="I.2.3" type="0" x="47.200001" y="35.400002"/>
|
||||
<poi name="I.2.4" type="0" x="42.900002" y="37"/>
|
||||
<poi name="I.2.5" type="0" x="42.799999" y="33.200001"/>
|
||||
<poi name="I.2.6" type="0" x="39.200001" y="35.5"/>
|
||||
<poi name="I.2.7" type="0" x="34.600002" y="35.600002"/>
|
||||
<poi name="I.2.8" type="0" x="31.800001" y="35.600002"/>
|
||||
<poi name="I.2.9" type="0" x="28.4" y="35.600002"/>
|
||||
<poi name="I.2.10" type="0" x="19.300001" y="35.400002"/>
|
||||
</pois>
|
||||
<gtpoints>
|
||||
<gtpoint id="100" x="71.800003" y="44" z="0"/>
|
||||
<gtpoint id="101" x="55.600002" y="44" z="0"/>
|
||||
<gtpoint id="102" x="42.200001" y="44" z="0"/>
|
||||
<gtpoint id="103" x="35" y="40" z="0"/>
|
||||
<gtpoint id="104" x="11" y="40" z="0"/>
|
||||
<gtpoint id="105" x="11" y="12" z="0"/>
|
||||
<gtpoint id="200" x="24" y="38" z="0"/>
|
||||
<gtpoint id="201" x="15" y="38" z="0"/>
|
||||
<gtpoint id="203" x="15" y="40" z="0"/>
|
||||
<gtpoint id="204" x="11" y="43.600002" z="0"/>
|
||||
<gtpoint id="205" x="35.200001" y="43.600002" z="0"/>
|
||||
<gtpoint id="206" x="45.200001" y="39.799999" z="0"/>
|
||||
<gtpoint id="207" x="45" y="33" z="0"/>
|
||||
<gtpoint id="208" x="57.600002" y="40" z="0"/>
|
||||
<gtpoint id="209" x="57.600002" y="32.600002" z="0"/>
|
||||
<gtpoint id="210" x="66.400002" y="32.600002" z="0"/>
|
||||
<gtpoint id="211" x="66.400002" y="42" z="0"/>
|
||||
<gtpoint id="212" x="60" y="42" z="0"/>
|
||||
</gtpoints>
|
||||
<accesspoints>
|
||||
<accesspoint name="NUC2" mac="XX:XX:XX:XX:XX:XX" x="27" y="49.600002" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC5" mac="XX:XX:XX:XX:XX:XX" x="52.200001" y="49.5" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC6" mac="XX:XX:XX:XX:XX:XX" x="39" y="33" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC3" mac="XX:XX:XX:XX:XX:XX" x="15" y="32.400002" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC8" mac="XX:XX:XX:XX:XX:XX" x="2" y="21.5" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC1" mac="XX:XX:XX:XX:XX:XX" x="67" y="33" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC4" mac="XX:XX:XX:XX:XX:XX" x="14.6" y="4.4000001" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
<accesspoint name="NUC7" mac="XX:XX:XX:XX:XX:XX" x="5" y="49.799999" z="2" mdl_txp="0" mdl_exp="0" mdl_waf="0"/>
|
||||
</accesspoints>
|
||||
<beacons/>
|
||||
<fingerprints/>
|
||||
<stairs/>
|
||||
<elevators/>
|
||||
</floor>
|
||||
</floors>
|
||||
</map>
|
||||
BIN
measurements/data/Pixel2/path20/17706322854245.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path20/17706322854245.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path20/17818434531611.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path20/17818434531611.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path20/18373053262232.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path20/18373053262232.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path20/18507853186546.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path20/18507853186546.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path21/17368267427912.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path21/17368267427912.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path21/17527721931557.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path21/17527721931557.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path21/18001426901565.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path21/18001426901565.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path21/18177010770775.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path21/18177010770775.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path22/20823227234371.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path22/20823227234371.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path22/21041583616592.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path22/21041583616592.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path22/21254258832883.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path22/21254258832883.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel2/path22/21408875875733.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel2/path22/21408875875733.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path20/16666156600490.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path20/16666156600490.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path20/16779582215695.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path20/16779582215695.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path20/16926680479359.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path20/16926680479359.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path20/17037535703892.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path20/17037535703892.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path21/15786943753685.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path21/15786943753685.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path21/16075928276171.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path21/16075928276171.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path21/16268193326887.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path21/16268193326887.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path21/16424251083631.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path21/16424251083631.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path22/19916193051892.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path22/19916193051892.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path22/20083784919629.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path22/20083784919629.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path22/20307809441061.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path22/20307809441061.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
measurements/data/Pixel3/path22/20475021182927.csv
(Stored with Git LFS)
Normal file
BIN
measurements/data/Pixel3/path22/20475021182927.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
20
measurements/data/Readme.txt
Normal file
20
measurements/data/Readme.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
Mi, 13.11.2019
|
||||
|
||||
Path 10 & Path 11
|
||||
shl_nuc_2.xml
|
||||
Path 10 I gelaufen im I Gebäude (GT Punkt 100 - 104 und zurück)
|
||||
Path 11 L gelaufen im I Gebäude (GT Punkt 100 - 105 und zurück)
|
||||
|
||||
Jeweils zweimal mit Pixel 2 und 3.
|
||||
Gen7 NUCs wurden verwendet.
|
||||
NUC 6-8 interne Antenne.
|
||||
NUC 5 2dbi Antenne.
|
||||
NUC 1 2dbi Antenne
|
||||
|
||||
Bei Pixel 2 war die Tür zu Balzer Lab offen, bei P3 nicht.
|
||||
|
||||
|
||||
|
||||
Path20: 8 NUCs Langes I 2x Toni 2x Markus
|
||||
Path21: 8 NUCs L 2x Toni 2x Markus
|
||||
Path22: 8 NUCs Komplexer Pfad von Balzer zu Deinzer zu Pool Raum und raus 2x Toni 2x Markus
|
||||
Reference in New Issue
Block a user