Sarafun Behavior Trees package
1
Behavior trees for the SARAFun project
|
#include <sarafun_test_server.h>
Public Member Functions | |
TestServer (std::string node_name, std::string actionlib_name) | |
virtual | ~TestServer () |
void | executeCB (const ActionGoalConstPtr &goal) |
Protected Member Functions | |
virtual bool | parseGoal (const ActionGoalConstPtr &goal)=0 |
Protected Attributes | |
std::string | action_name_ |
Private Attributes | |
ros::NodeHandle | nh_ |
actionlib::SimpleActionServer < ActionClass > | action_server_ |
ActionFeedback | feedback_ |
ActionResult | result_ |
This class implements an interface for generic test servers to be built. They will mimic the actual servers implemented by the remaining project workpackages.
Definition at line 14 of file sarafun_test_server.h.