Go to the source code of this file.
◆ main()
◆ xml_text
Initial value:= R"(
<root BTCPP_format="4" >
<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 ex03_ncurses_manual_selector.cpp.