Class DiagnosticsInterface
Defined in File diagnostics_interface.hpp
Class Documentation
-
class DiagnosticsInterface
Public Functions
-
void clear()
-
void add_key_value(const diagnostic_msgs::msg::KeyValue &key_value_msg)
-
void add_key_value(const std::string &key, const std::string &value)
-
void add_key_value(const std::string &key, bool value)
-
void update_level_and_message(const int8_t level, const std::string &message)
-
void clear()