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