robocup_knowledge
rwc2015/challenge_robonurse.py
Go to the documentation of this file.
1 room = "hallway"
2 grannies_table = "hallwaytable"
3 bottle_shelves = "bookcase" # not used yet
4 bottle_shelf = "bookcase/shelf6"
5 bottle_shelf_waypoint = "bookcase_waypoint"
6 
7 spec = "((the <color> pills)|(<color> one)|(<color>))"
8 choices = {'color':['red','white','blue']}