2
3
4
5
6
7
8
9
10
11
15#include "behaviortree_cpp/blackboard.h"
28
29
30
39
40
45Expected<ScriptFunction> ParseScript(
const std::string& script);
47Expected<Any> ParseScriptAndExecute(Ast::Environment& env,
const std::string& script);
Definition: safe_any.hpp:50
The Blackboard is the mechanism used by BehaviorTrees to exchange typed data.
Definition: blackboard.h:35
Definition: action_node.h:24
Result ValidateScript(const std::string &script)
ValidateScript will check if a certain string is valid.
The Environment class is used to encapsulate the information and states needed by the scripting langu...
Definition: script_parser.hpp:32