updates the visualisation

removed obsolte parts
fixed baromter stuff
worked on eval
added ground-truth
This commit is contained in:
2016-01-30 19:50:58 +01:00
parent b2ea3145f4
commit cc899d1c46
18 changed files with 388 additions and 190 deletions

View File

@@ -16,7 +16,7 @@ public:
}
/** get the ground truth way */
const std::vector<Entry>& getWay() const {return entries;}
const std::vector<InterpolatorEntry>& getWay() const {return entries;}
};