FileReader adds ground truth points as entries
This commit is contained in:
@@ -385,6 +385,8 @@ namespace Offline {
|
||||
TS<int> elem(ts, std::stoi(gtIndex));
|
||||
groundTruth.push_back(elem);
|
||||
|
||||
entries.push_back(Entry(Sensor::GROUND_TRUTH, ts, groundTruth.size() - 1));
|
||||
|
||||
}
|
||||
|
||||
void parseActivity(const uint64_t ts, const std::string& data) {
|
||||
|
||||
Reference in New Issue
Block a user