#include <tf_listener.h>
|
virtual | ~TfListenerInterface () |
|
virtual bool | waitForTransform (const std::string &target_frame, const std::string &source_frame, const ros::Time &time, const ros::Duration &timeout) const =0 |
|
virtual void | lookupTransform (const std::string &target_frame, const std::string &source_frame, const ros::Time &time, tf::StampedTransform &transform) const =0 |
|
Definition at line 17 of file tf_listener.h.
virtual rapid_ros::TfListenerInterface::~TfListenerInterface |
( |
| ) |
|
|
inlinevirtual |
virtual void rapid_ros::TfListenerInterface::lookupTransform |
( |
const std::string & |
target_frame, |
|
|
const std::string & |
source_frame, |
|
|
const ros::Time & |
time, |
|
|
tf::StampedTransform & |
transform |
|
) |
| const |
|
pure virtual |
virtual bool rapid_ros::TfListenerInterface::waitForTransform |
( |
const std::string & |
target_frame, |
|
|
const std::string & |
source_frame, |
|
|
const ros::Time & |
time, |
|
|
const ros::Duration & |
timeout |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: