Define RCLCPP_DEBUG_EXPRESSION
Defined in File logging.hpp
Define Documentation
-
RCLCPP_DEBUG_EXPRESSION(logger, expression, ...)
Log a message with given severity with the following condition:
Log calls are ignored when the expression evaluates to false.
- Parameters:
logger – The
rclcpp::Logger
to useexpression – The expression determining if the message should be logged
... – The format string, followed by the variable arguments for the format string.