The BehaviorTreeParser is a class used to read the model of a BehaviorTree from file or text and instantiate the corresponding tree using the BehaviorTreeFactory.
More...
#include <bt_parser.h>
The BehaviorTreeParser is a class used to read the model of a BehaviorTree from file or text and instantiate the corresponding tree using the BehaviorTreeFactory.
Definition at line 14 of file bt_parser.h.
BT::Parser::Parser |
( |
const Parser & |
other | ) |
|
|
delete |
virtual void BT::Parser::loadFromFile |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
virtual void BT::Parser::loadFromText |
( |
const std::string & |
xml_text | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: