|
Sarafun Behavior Trees package
1
Behavior trees for the SARAFun project
|
#include <FoldingAssemblyAction.h>


Public Member Functions | |
| FoldingAssemblyAction (std::string node_name, std::string action_name, std::string bt_name) | |
| ~FoldingAssemblyAction () | |
| bool | fillGoal (sarafun_assembly::FoldingGoal &goal) |
| double | getTimeoutValue () |
Private Attributes | |
| ros::NodeHandle | node_handle_ |
| std::string | node_name_ |
| std::string | bt_name_ |
Additional Inherited Members | |
Private Member Functions inherited from sarafun::ExecuteAction< sarafun_assembly::FoldingAction, sarafun_assembly::FoldingGoal > | |
| ExecuteAction (std::string node_name, std::string actionlib_name, std::string bt_name) | |
| virtual | ~ExecuteAction () |
| int | executionRoutine () |
| void | preemptionRoutine () |
| bool | fillParameter (std::string param_name, std::string ¶m_val) |
| void | fillParameter (std::string param_name, std::string def, std::string ¶m_val) |
| void | fillParameter (std::string param_name, double def, double ¶m_val) |
| void | fillParameter (std::string param_name, int def, int ¶m_val) |
| bool | isSystemActive () |
Definition at line 9 of file FoldingAssemblyAction.h.
1.8.6