RoboWaiter/robowaiter/utils/draw_bt/Default.ptml

31 lines
926 B
Plaintext
Raw Normal View History

2023-12-15 22:11:46 +08:00
selector
2023-11-30 17:24:42 +08:00
sequence
2023-12-15 22:11:46 +08:00
cond At(Robot, Coffee)
selector
sequence
cond Holding(Nothing)
act PickUp(Coffee)
act PutDown(Anything, Anywhere)
selector
sequence
cond Holding(Coffee)
cond At(Robot, WaterTable)
act PutDown(Coffee, WaterTable)
act MoveTo(WaterTable)
sequence
cond At(Robot, Coffee)
selector
sequence
cond Holding(Nothing)
act PickUp(Coffee)
act PutDown(Anything, Anywhere)
selector
sequence
cond Holding(Coffee)
cond At(Robot, BrightTable6)
act PutDown(Coffee, BrightTable6)
act MoveTo(BrightTable6)