24 virtual void loadFromFile(
const std::string& filename) = 0;
33 #endif // PARSING_BT_H
The BehaviorTreeParser is a class used to read the model of a BehaviorTree from file or text and inst...
std::shared_ptr< Blackboard > Ptr
Parser & operator=(const Parser &other)=delete
virtual void loadFromText(const std::string &xml_text)=0
virtual void loadFromFile(const std::string &filename)=0
virtual Tree instantiateTree(const Blackboard::Ptr &root_blackboard)=0
static const char * xml_text
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.