Functions | Variables
t12_ncurses_manual_selector.cpp File Reference
#include "behaviortree_cpp_v3/bt_factory.h"
#include "dummy_nodes.h"
Include dependency graph for t12_ncurses_manual_selector.cpp:

Go to the source code of this file.

Functions

int main ()
 

Variables

static const char * xml_text
 

Function Documentation

int main ( )

Definition at line 29 of file t12_ncurses_manual_selector.cpp.

Variable Documentation

const char* xml_text
static
Initial value:
= R"(
<root main_tree_to_execute = "MainTree" >
<BehaviorTree ID="MainTree">
<Repeat num_cycles="3">
<ManualSelector repeat_last_selection="0">
<SaySomething name="Option1" message="Option1" />
<SaySomething name="Option2" message="Option2" />
<SaySomething name="Option3" message="Option3" />
<SaySomething name="Option4" message="Option4" />
<ManualSelector name="YouChoose" />
</ManualSelector>
</Repeat>
</BehaviorTree>
</root>
)"

Definition at line 12 of file t12_ncurses_manual_selector.cpp.



behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:25