RoboWaiter/robowaiter/behavior_tree/ptml/test/bracket_ptml.ptml

20 lines
263 B
Plaintext
Raw Normal View History

selector
{
2023-11-08 17:37:49 +08:00
selector
{
cond HasMap()
act ExploreEnv()
} sequence
{
cond Chatting()
act DealChat()
2023-11-08 17:37:49 +08:00
} sequence
{
cond HasSubTask()
sequence
{
cond At(Robot,Table)
} cond At(Robot,Table)}