RoboWaiter/robowaiter/robot/Default_bracket.ptml

33 lines
584 B
Plaintext
Raw Normal View History

2023-11-20 14:23:26 +08:00
selector
{
sequence
{
cond Chatting()
act DealChat()
} sequence
{
cond HasSubTask()
sequence
{
act SubTaskPlaceHolder()
} } sequence
{
cond FocusingCustomer()
act ServeCustomer()
} sequence
{
cond NewCustomer()
selector
{
cond At(Robot,Bar)
act MoveTo(Bar)
} act GreetCustomer()
} sequence
2023-11-30 17:24:42 +08:00
{
cond NeedExplore()
act ExploreEnv()
} sequence
2023-11-20 14:23:26 +08:00
{
cond AnomalyDetected()
act ResolveAnomaly()
}}