10#ifndef _SYSTEM_CHECK_HPP
11#define _SYSTEM_CHECK_HPP
13#include <pluginlib/class_loader.hpp>
14#include <rclcpp/rclcpp.hpp>
24 explicit SystemCheck(
const rclcpp::NodeOptions & options);
27 std::shared_ptr<pluginlib::ClassLoader<base::SystemCheckBase>> loader_;
28 rclcpp::TimerBase::SharedPtr init_timer_;
Definition: system_health_check.hpp:22
Definition: action_server_check_base.hpp:25
Abstruct Class of check process.