Fawkes API
Fawkes Development Version
|
Transform that contains a timestamp and frame IDs. More...
#include <types.h>
Public Member Functions | |
StampedTransform (const tf::Transform &input, const fawkes::Time ×tamp, const std::string &frame_id, const std::string &child_frame_id) | |
Constructor. More... | |
StampedTransform () | |
Default constructor only to be used for preallocation. More... | |
void | set_data (const tf::Transform &input) |
Set the inherited Transform data. More... | |
Public Attributes | |
fawkes::Time | stamp |
Timestamp of this transform. More... | |
std::string | frame_id |
Parent/reference frame ID. More... | |
std::string | child_frame_id |
Frame ID of child frame, e.g. More... | |
|
inline |
|
inline |
|
inline |
std::string fawkes::tf::StampedTransform::child_frame_id |
Frame ID of child frame, e.g.
the transform denotes the transform from the parent frame to this child.
Definition at line 110 of file types.h.
Referenced by RobotStatePublisherThread::bb_interface_data_changed(), and TfExampleThread::loop().
std::string fawkes::tf::StampedTransform::frame_id |
Parent/reference frame ID.
Definition at line 107 of file types.h.
Referenced by RobotStatePublisherThread::bb_interface_data_changed(), TfExampleThread::loop(), and fawkes::tf::TransformPublisher::~TransformPublisher().
fawkes::Time fawkes::tf::StampedTransform::stamp |
Timestamp of this transform.
Definition at line 105 of file types.h.
Referenced by RobotStatePublisherThread::bb_interface_data_changed(), TfExampleThread::loop(), Bumblebee2Thread::loop(), and fawkes::tf::TransformPublisher::~TransformPublisher().