robocup_knowledge
rgo2015/challenge_robonurse.py
Go to the documentation of this file.
1 room = "livingroom"
2 grannies_table = "couchtable"
3 bottle_shelf = "cupboard"
4 
5 spec = "((the <color> pills)|(<color> one)|(<color>))"
6 choices = {'color':['red','white','blue']}