robocup_knowledge
rwc2016_common/challenge_open.py
Go to the documentation of this file.
2 
3 # During the open challenge, we have no rooms
4 rooms = []
5 for loc in locations:
6  loc["room"] = ""
7 
8 translations = { "bookcase" : "bocase" }
robocup_knowledge.environments.rwc2016a.common
Definition: rwc2016a/common.py:1