#include <tf_pair.h>
Definition at line 42 of file tf_pair.h.
TFPair::TFPair |
( |
const std::string & |
source_frame, |
|
|
const std::string & |
target_frame, |
|
|
float |
angular_thres = 0.0f , |
|
|
float |
trans_thres = 0.0f |
|
) |
| |
|
inline |
float TFPair::getAngularThres |
( |
| ) |
|
|
inline |
const std::string TFPair::getID |
( |
| ) |
|
|
inline |
const std::string& TFPair::getSourceFrame |
( |
| ) |
const |
|
inline |
const std::string& TFPair::getTargetFrame |
( |
| ) |
const |
|
inline |
float TFPair::getTransThres |
( |
| ) |
|
|
inline |
void TFPair::setAngularThres |
( |
float |
angular_thres | ) |
|
|
inline |
void TFPair::setSourceFrame |
( |
const std::string & |
source_frame | ) |
|
|
inline |
void TFPair::setTargetFrame |
( |
const std::string & |
target_frame | ) |
|
|
inline |
void TFPair::setTransThres |
( |
float |
trans_thres | ) |
|
|
inline |
void TFPair::transmissionTriggered |
( |
| ) |
|
|
inline |
bool TFPair::updateNeeded |
( |
| ) |
|
|
inline |
void TFPair::updateTransform |
( |
geometry_msgs::TransformStamped & |
update | ) |
|
|
inline |
float TFPair::angular_thres_ |
|
private |
bool TFPair::first_transmission_ |
|
private |
save whether this transform is okay, so we can print only a single message if a transform breaks/starts working again
Definition at line 155 of file tf_pair.h.
std::string TFPair::source_frame_ |
|
private |
std::string TFPair::target_frame_ |
|
private |
float TFPair::trans_thres_ |
|
private |
The documentation for this class was generated from the following file: