Class DiagnosticsInterface
Defined in File diagnostics_interface.hpp
Class Documentation
-
class DiagnosticsInterface
Public Functions
-
DiagnosticsInterface(rclcpp::Node *node, const std::string &diagnostic_name)
-
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 publish(const rclcpp::Time &publish_time_stamp)
-
DiagnosticsInterface(rclcpp::Node *node, const std::string &diagnostic_name)