code that runs the final eval

TeX update
This commit is contained in:
2017-05-01 18:44:07 +02:00
parent 60712689cf
commit 92f7cfb530
10 changed files with 379 additions and 155 deletions

View File

@@ -987,6 +987,9 @@ int main(void) {
//eval.show(Settings::path_toni_inst_2b, Settings::GroundTruth::path_toni_inst_2);
eval.show(Settings::path_toni_inst_3a, Settings::GroundTruth::path_toni_inst_3);
int i = 0; (void) i;
}
@@ -996,7 +999,9 @@ int main(void) {
Floorplan::IndoorMap* map = Floorplan::Reader::readFromFile(Settings::fMap);;
//EvalWalk walk(map);
//walk.walk1();
EvalWalk::walkEverything(map);
//75% quartil > 20 meter -> fehler? [verlaufen irgendwo ab der hälfte]
//EvalWalk::walkEverything(map);
EvalWalk::walkEverythingBuildStats(map);
return 0;
}