27 #ifndef G2O_ROBOT_DATA_H 28 #define G2O_ROBOT_DATA_H 48 void setTimestamp(
double ts);
51 void setLoggerTimestamp(
double ts);
53 const std::string&
tag()
const {
return _tag;}
54 void setTag(
const std::string& tag);
56 const std::string&
hostname()
const {
return _hostname;}
57 void setHostname(
const std::string& hostname);
std::string _tag
string tag (FLASER, ROBOTLASER, ODOM..) of the line in the log
std::string _hostname
name of the computer/robot generating the data
#define G2O_TYPES_DATA_API
data packet for a vertex. Extend this class to store in the vertices the potential additional informa...
double _timestamp
timestamp when the measurement was generated
double _loggerTimestamp
timestamp when the measurement was recorded
double loggerTimestamp() const
const std::string & hostname() const
const std::string & tag() const
data recorded by the robot