27#ifndef G2O_DATA_QUEUE_H
28#define G2O_DATA_QUEUE_H
43 typedef std::map<double, RobotData*>
Buffer;
48 RobotData* findClosestData(
double timestamp)
const;
50 RobotData* before(
double timestamp)
const;
a simple queue to store data and retrieve based on a timestamp
const Buffer & buffer() const
std::map< double, RobotData * > Buffer
data recorded by the robot
#define G2O_TYPES_DATA_API