RoboWaiter/robowaiter/robot/Default.ptml

24 lines
517 B
Plaintext
Raw Normal View History

2023-11-08 17:37:49 +08:00
selector
sequence
2023-11-20 14:23:26 +08:00
cond Chatting()
act DealChat()
2023-11-16 21:37:18 +08:00
sequence
2023-11-08 15:28:01 +08:00
cond HasSubTask()
2023-11-08 17:37:49 +08:00
sequence
2023-11-16 21:37:18 +08:00
act SubTaskPlaceHolder()
sequence
2023-11-18 14:51:17 +08:00
cond FocusingCustomer()
act ServeCustomer()
sequence
2023-11-20 14:23:26 +08:00
cond NewCustomer()
selector
cond At(Robot,Bar)
act MoveTo(Bar)
2023-11-18 13:40:25 +08:00
act GreetCustomer()
2023-11-30 17:24:42 +08:00
sequence
cond NeedExplore()
act ExploreEnv()
2023-11-20 14:23:26 +08:00
sequence
cond AnomalyDetected()
act ResolveAnomaly()