code that runs the final eval
TeX update
This commit is contained in:
7
main.cpp
7
main.cpp
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user