Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ xml_text
Initial value:= R"(
// clang-format off
<root BTCPP_format="4" main_tree_to_execute="MainTree" >
<BehaviorTree ID="MainTree">
<Sequence>
<Script code="vect:='1,2,3,4'"/>
<PrintVector value="{vect}"/>;
<SubTree ID="MySub" v4="{vect}"/>
</Sequence>
</BehaviorTree>
<BehaviorTree ID="MySub">
<PrintVector value="{v4}"/>;
</BehaviorTree>
</root>
)"
Definition at line 4 of file plugin_executor.cpp.