Sarafun Behavior Trees package  1
Behavior trees for the SARAFun project
 All Data Structures Namespaces Functions Variables Enumerations Enumerator
template<class ActionClass , class ActionGoal >
sarafun::ExecuteAction< ActionClass, ActionGoal >::ExecuteAction ( std::string  node_name,
std::string  actionlib_name,
std::string  bt_name 
)

Contructor.

Parameters
node_nameThe ROS node name.
actionlib_nameThe actionlib server name that this action will call.
bt_nameThe name defined in the "name" tag from the BT JSON input file.

Definition at line 90 of file ExecuteAction.h.

References sarafun::ExecuteAction< ActionClass, ActionGoal >::action_client_, and sarafun::ExecuteAction< ActionClass, ActionGoal >::action_name_.