48 FailInitAnalyzer::FailInitAnalyzer() :
53 FailInitAnalyzer::~FailInitAnalyzer() { }
66 ROS_INFO(
"FailInitAnalyzer is returning false. Fails to initialize on purpose");
83 vector<boost::shared_ptr<diagnostic_msgs::DiagnosticStatus> > output;
bool analyze(const boost::shared_ptr< diagnostic_aggregator::StatusItem > item)
bool init(const std::string base_name, const ros::NodeHandle &n)
std::vector< boost::shared_ptr< diagnostic_msgs::DiagnosticStatus > > report()
bool match(const std::string name)
PLUGINLIB_EXPORT_CLASS(test_diagnostic_aggregator::FailInitAnalyzer, diagnostic_aggregator::Analyzer) FailInitAnalyzer