hebiros_actions.h
Go to the documentation of this file.
1 #ifndef HEBIROS_ACTIONS_H
2 #define HEBIROS_ACTIONS_H
3 
4 #include "ros/ros.h"
6 
7 #include "hebiros/TrajectoryAction.h"
8 
9 
11 
12  public:
13 
14  static std::map<std::string,
15  std::shared_ptr<actionlib::SimpleActionServer<hebiros::TrajectoryAction>>>
17 
18  void registerGroupActions(std::string group_name);
19  void trajectory(const hebiros::TrajectoryGoalConstPtr& goal, std::string group_name);
20 
21 };
22 
23 #endif
static std::map< std::string, std::shared_ptr< actionlib::SimpleActionServer< hebiros::TrajectoryAction > > > trajectory_actions
void registerGroupActions(std::string group_name)
void trajectory(const hebiros::TrajectoryGoalConstPtr &goal, std::string group_name)


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