hebiros_subscribers.h
Go to the documentation of this file.
1 #ifndef HEBIROS_SUBSCRIBERS_H
2 #define HEBIROS_SUBSCRIBERS_H
3 
4 #include "ros/ros.h"
5 
6 
8 
9  public:
10 
11  static std::map<std::string, ros::Subscriber> subscribers;
12 
13  virtual void registerGroupSubscribers(std::string group_name) {}
14  static bool jointFound(std::string group_name, std::string joint_name);
15  static void jointNotFound(std::string joint_name);
16 
17 };
18 
19 #endif
virtual void registerGroupSubscribers(std::string group_name)
static std::map< std::string, ros::Subscriber > subscribers
static bool jointFound(std::string group_name, std::string joint_name)
static void jointNotFound(std::string joint_name)


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:08:14