Fawkes API
Fawkes Development Version
|
Wrapper class to add time stamp and frame ID to base types. More...
#include <types.h>
Public Member Functions | |
Stamped () | |
Default constructor. More... | |
Stamped (const T &input, const fawkes::Time ×tamp, const std::string &frame_id) | |
Constructor. More... | |
void | set_data (const T &input) |
Set the data element. More... | |
Public Attributes | |
fawkes::Time | stamp |
The timestamp associated with this data. More... | |
std::string | frame_id |
The frame_id associated this data. More... | |
Wrapper class to add time stamp and frame ID to base types.
|
inline |
|
inline |
|
inline |
std::string fawkes::tf::Stamped< T >::frame_id |
The frame_id associated this data.
Definition at line 140 of file types.h.
Referenced by TabletopVisualizationThread::loop(), RosMoveBaseThread::loop(), and fawkes::tf::StampedTransform::set_data().
fawkes::Time fawkes::tf::Stamped< T >::stamp |
The timestamp associated with this data.
Definition at line 139 of file types.h.
Referenced by fawkes::tf::StampedTransform::set_data().