RoboWaiter/robowaiter/utils/draw_bt/Default.ptml

24 lines
517 B
Plaintext
Raw Normal View History

2023-11-30 17:24:42 +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
cond NeedExplore()
act ExploreEnv()
sequence
cond AnomalyDetected()
act ResolveAnomaly()