Go to the source code of this file.
◆ TF_MESSAGEFILTER_DEBUG
#define TF_MESSAGEFILTER_DEBUG |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value:ROS_DEBUG_NAMED(
"message_filter",
"MessageFilter [target=%s]: " fmt, getTargetFramesString().c_str(), \
__VA_ARGS__)
#define ROS_DEBUG_NAMED(name,...)
Definition at line 38 of file effort_display.h.
◆ TF_MESSAGEFILTER_WARN
#define TF_MESSAGEFILTER_WARN |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value:ROS_WARN_NAMED(
"message_filter",
"MessageFilter [target=%s]: " fmt, getTargetFramesString().c_str(), \
__VA_ARGS__)
#define ROS_WARN_NAMED(name,...)
Definition at line 45 of file effort_display.h.