Define RCLCPP_FATAL_FUNCTION
Defined in File logging.hpp
Define Documentation
-
RCLCPP_FATAL_FUNCTION(logger, function, ...)
Log a message with given severity with the following condition:
Log calls are ignored when the function returns false.
- Parameters:
logger – The
rclcpp::Logger
to usefunction – The functions return value determines if the message should be logged
... – The format string, followed by the variable arguments for the format string.