RoboWaiter/robowaiter/robot/DefaultNLP.ptml

32 lines
488 B
Plaintext
Raw Normal View History

2023-11-19 14:46:31 +08:00
selector
{
sequence
{
cond CustomerChatting()
act DealChatNLP()
}
sequence
{
cond HasSubTask()
sequence
{
act SubTaskPlaceHolder()
}
}
sequence
{
cond FocusingCustomer()
act ServeCustomer()
}
sequence
{
cond NewCustomerComing()
selector
{
cond At(Robot,Bar)
act MoveTo(Bar)
}
act GreetCustomer()
}
}