This commit is contained in:
2019-11-13 15:12:44 +01:00
parent d645ab7675
commit ac824937aa
3 changed files with 188 additions and 17 deletions

View File

@@ -198,10 +198,10 @@ namespace Settings {
dataDir + "Pixel2/path5/1560158988785_6_6.csv"
},
{
{ NUC1, {1, { 8.1, 18.7, 0.8}, 2.00, 3.375, 3.0f} }, // NUC 1
{ NUC2, {2, { 8.4, 27.3, 0.8}, 1.25, 3.375, 3.0f} }, // NUC 2
{ NUC3, {3, {21.3, 19.3, 0.8}, 2.75, 3.250, 3.0f} }, // NUC 3
{ NUC4, {4, {20.6, 26.8, 0.8}, 2.25, 3.375, 3.0f} }, // NUC 4
{ NUC1, {1, { 8.1, 18.7, 0.8}, 0.00, 3.375, 3.0f} }, // NUC 1
{ NUC2, {2, { 8.4, 27.3, 0.8}, 0.00, 3.375, 3.0f} }, // NUC 2
{ NUC3, {3, {21.3, 19.3, 0.8}, 0.00, 3.250, 3.0f} }, // NUC 3
{ NUC4, {4, {20.6, 26.8, 0.8}, 0.00, 3.375, 3.0f} }, // NUC 4
},
{ 0, 1, 2, 11, 10, 9, 10, 11, 2, 6, 5, 12, 13, 12, 5, 6, 7, 8 },
false
@@ -226,7 +226,7 @@ namespace Settings {
true
};
// 7 Path: SHL Path 2; Versuche mit NUCs in den Räumen war nicht vielversprechend ...
// 7 Path: SHL Path 2; Versuche mit NUCs in den Räumen
const DataSetup Path7 = {
"path7",
mapDir + "shl.xml",
@@ -287,6 +287,6 @@ namespace Settings {
};
} data;
static DataSetup CurrentPath = data.Path7;
static DataSetup CurrentPath = data.Path9;
}