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

Public Member Functions | |
| IsSimple (std::string node_name, std::string bt_name) | |
| ~IsSimple () | |
| bool | conditionEvaluation () |
Private Member Functions | |
| bool | isSystemActive () |
Private Attributes | |
| ros::NodeHandle | node_handle_ |
| std::string | node_name_ |
| std::string | bt_name_ |
| int | counter_ |
| int | condition_limit_ |
Definition at line 8 of file IsSimple.h.
1.8.6