Sarafun Behavior Trees package  1
Behavior trees for the SARAFun project
 All Data Structures Namespaces Functions Variables Enumerations Enumerator
bool sarafun::TreeRunner::startTree ( std::string  tree_description_path)

Starts executing the behavior tree. Loads the tree description from a JSON definition.

Parameters
tree_description_pathThe path of the JSON file describing the tree.

Definition at line 15 of file TreeRunner.cpp.