RoboWaiter/robowaiter/utils/draw_bt/Default_bracket.ptml

39 lines
936 B
Plaintext
Raw Normal View History

2023-11-19 16:35:37 +08:00
selector
{
sequence
{
2023-12-15 22:11:46 +08:00
cond At(Robot, Coffee)
selector
2023-11-19 16:35:37 +08:00
{
2023-12-15 22:11:46 +08:00
sequence
2023-11-19 16:35:37 +08:00
{
2023-12-15 22:11:46 +08:00
cond Holding(Nothing)
act PickUp(Coffee)
} act PutDown(Anything, Anywhere)
} selector
2023-11-21 09:06:50 +08:00
{
2023-12-15 22:11:46 +08:00
sequence
2023-11-19 16:35:37 +08:00
{
2023-12-15 22:11:46 +08:00
cond Holding(Coffee)
cond At(Robot, WaterTable)
act PutDown(Coffee, WaterTable)
} act MoveTo(WaterTable)
} } sequence
{
cond At(Robot, Coffee)
2023-11-19 16:35:37 +08:00
selector
{
2023-12-15 22:11:46 +08:00
sequence
{
cond Holding(Nothing)
act PickUp(Coffee)
} act PutDown(Anything, Anywhere)
} selector
2023-11-30 17:24:42 +08:00
{
2023-12-15 22:11:46 +08:00
sequence
2023-11-21 09:06:50 +08:00
{
2023-12-15 22:11:46 +08:00
cond Holding(Coffee)
cond At(Robot, BrightTable6)
act PutDown(Coffee, BrightTable6)
} act MoveTo(BrightTable6)
} }}