#include "behaviortree_cpp/bt_parser.h"
Go to the source code of this file.
Classes | |
class | BT::XMLParser |
The XMLParser is a class used to read the model of a BehaviorTree from file or text and instantiate the corresponding tree using the BehaviorTreeFactory. More... | |
Namespaces | |
BT | |
Functions | |
void | BT::VerifyXML (const std::string &xml_text, const std::set< std::string > ®istered_nodes) |
std::string | BT::writeTreeNodesModelXML (const BehaviorTreeFactory &factory) |