#include <frame_id_processor.h>
|
void | process (std::string &frame_id) const |
|
|
static ConstPtr | create (std::string tf_prefix, std::string prefix_operation_string, boost::unordered_set< std::string > global_frame_names=boost::unordered_set< std::string >()) |
|
static ConstPtr | create (std::string tf_prefix, FrameIdProcessor::Operation prefix_operation, boost::unordered_set< std::string > global_frame_names=boost::unordered_set< std::string >()) |
|
static ConstPtr | inverse (const ConstPtr &processor) |
|
Definition at line 38 of file frame_id_processor.h.
Enumerator |
---|
NONE |
|
ADD_PREFIX |
|
SELECTIVE_ADD_PREFIX |
|
REMOVE_PREFIX |
|
SELECTIVE_REMOVE_PREFIX |
|
Definition at line 43 of file frame_id_processor.h.
message_relay::FrameIdProcessor::FrameIdProcessor |
( |
std::string |
tf_prefix, |
|
|
FrameIdProcessor::Operation |
prefix_operation, |
|
|
boost::unordered_set< std::string > |
global_frame_names |
|
) |
| |
|
private |
FrameIdProcessor::ConstPtr message_relay::FrameIdProcessor::create |
( |
std::string |
tf_prefix, |
|
|
std::string |
prefix_operation_string, |
|
|
boost::unordered_set< std::string > |
global_frame_names = boost::unordered_set<std::string>() |
|
) |
| |
|
static |
void message_relay::FrameIdProcessor::process |
( |
std::string & |
frame_id | ) |
const |
boost::unordered_set<std::string> message_relay::FrameIdProcessor::global_frame_names_ |
|
private |
Operation message_relay::FrameIdProcessor::prefix_operation_ |
|
private |
std::string message_relay::FrameIdProcessor::tf_prefix_ |
|
private |
The documentation for this class was generated from the following files: