7 int main(
int argc,
char** argv)
14 std::cout <<
" missing name of the XML file to open" << std::endl;
24 tree.root_node->executeTick();
void printTreeRecursively(const TreeNode *root_node)
void RegisterNodes(BT::BehaviorTreeFactory &factory)
int main(int argc, char **argv)
The BehaviorTreeFactory is used to create instances of a TreeNode at run-time.
Tree createTreeFromFile(const std::string &file_path, Blackboard::Ptr blackboard=Blackboard::create())