RoboWaiter/robowaiter/utils/draw_bt/Default.ptml

23 lines
586 B
Plaintext
Raw Normal View History

2024-01-04 22:51:33 +08:00
selector
cond On(Coffee,Bar)
sequence
2024-01-09 20:24:23 +08:00
not cond Holding(Coffee)
2024-01-04 22:51:33 +08:00
selector
sequence
cond At(Robot,Bar)
act PutDown(Coffee,Bar)
act MoveTo(Bar)
sequence
cond At(Robot,Coffee)
selector
sequence
cond Holding(Nothing)
act PickUp(Coffee)
act PutDown(Anything,Anywhere)
sequence
cond Exist(Coffee)
act MoveTo(Coffee)
sequence
cond Holding(Nothing)
act Make(Coffee)
act PutDown(Anything,Anywhere)