Added global RSSI flag and extended prop code to handle 8 NUCs

This commit is contained in:
2019-11-20 14:44:39 +01:00
parent 39aba04943
commit bdc82d04c7
6 changed files with 29 additions and 32 deletions

View File

@@ -13,6 +13,7 @@ namespace Settings {
const std::string outputDir = "../output/";
const bool UseKalman = false;
const bool UseRSSI = false;
/** describes one dataset (map, training, parameter-estimation, ...) */
@@ -465,6 +466,6 @@ namespace Settings {
};
} data;
static DataSetup CurrentPath = data.Path11;
static DataSetup CurrentPath = data.Path22;
}