robocup_knowledge
rwc2016_common/challenge_final.py
Go to the documentation of this file.
2 
3 del locations[:]
4 locations += [
5  { "room" : "", "name" : "bar", "location_category" : "" , "manipulation" : "yes" },
6  { "room" : "", "name" : "table1", "location_category" : "", "manipulation" : "yes" },
7  { "room" : "", "name" : "table2", "location_category" : "", "manipulation" : "yes" },
8  { "room" : "", "name" : "sideshelf", "location_category" : "", "manipulation" : "yes" },
9  { "room" : "", "name" : "bookcase", "location_category" : "", "manipulation" : "yes" },
10  { "room" : "", "name" : "sink", "location_category" : "", "manipulation" : "yes" },
11  { "room" : "", "name" : "table3", "location_category" : "", "manipulation" : "yes" }
12 ]
13 # During the final challenge, we have no rooms
14 rooms = []
15 for loc in locations:
16  loc["room"] = ""
17 
18 translations = { "bookcase" : "bocase" }
19 
20 bar_objects = ["tea", "pringles", "sponge"]
21 bar_id = "bar"
robocup_knowledge.environments.rwc2016a.common
Definition: rwc2016a/common.py:1