activity now debugable
filter is updated every step and every 1000 ms an evaluation is calculated also added sink or swim method from frank, works great
This commit is contained in:
@@ -228,7 +228,7 @@ WiFiModel* buildWiFiModelOnce(Floorplan::IndoorMap* map, const std::string& fpFi
|
||||
WiFiModelFactory fac(map);
|
||||
|
||||
if(wifiModel){delete wifiModel;}
|
||||
wifiModel = (WiFiModelLogDistCeiling*) fac.loadXML(wifiModelFile);
|
||||
wifiModel = fac.loadXML(wifiModelFile);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user