Sarafun Behavior Trees package  1
Behavior trees for the SARAFun project
 All Data Structures Namespaces Functions Variables Enumerations Enumerator
template<class ActionClass , class ActionGoal >
bool sarafun::ExecuteAction< ActionClass, ActionGoal >::fillParameter ( std::string  param_name,
std::string &  param_val 
)
protected

Gets generic parameter from the parameter server.

Parameters
Theparameter name. The parameter value.
Returns
False in case the parameter does not exist, true otherise.

Definition at line 198 of file ExecuteAction.h.