RoboWaiter/robowaiter/utils/draw_bt/Default.ptml

31 lines
930 B
Plaintext
Raw Normal View History

2023-12-15 22:11:46 +08:00
selector
2023-11-30 17:24:42 +08:00
sequence
cond At(Robot, Coffee)
2023-12-15 22:11:46 +08:00
selector
sequence
2024-01-10 11:24:51 +08:00
cond Not Holding(Nothing)
2023-12-15 22:11:46 +08:00
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)