RoboWaiter/ptml/CoffeeDelivery.ptml

13 lines
315 B
Plaintext

sequence:
select:
cond CoffeeCupFound()
act FindCoffeeCup()
select:
cond CoffeeCupGrasped()
act GraspCoffeeCup()
select:
cond DestinationAReached()
act ReachDestinationA()
select:
cond CoffeeCupPlaced()
act PlaceCoffeeCup()