robocup_knowledge
reo2016/challenge_manipulation.py
Go to the documentation of this file.
1 from robocup_knowledge import knowledge_loader
2 common = knowledge_loader.load_knowledge("common")
3 
4 ''' Cabinet used for the challenge '''
5 cabinet = "bookcase"
6 
7 ''' Shelves where objects might be '''
8 object_shelves =["shelf6", "shelf5", "shelf4", "shelf3", "shelf1"]
9 
10 ''' Shelf where we will actually try to grasp '''
11 grasp_shelf = "shelf3"
12 
13 ''' Shelf where we will actually place stuff '''
14 place_shelf = "shelf2"
15 
16 ''' Room where everything will take place '''
17 room = "livingroom"
18 
19 '''Object types that can be recognized'''
20 object_types = [o["name"] for o in common.objects if o["category"] != "container"]
21 
22 # ToDo: make nice
23 min_grasp_height = 0.73 # area_bottom_height - 4 cm
24 max_grasp_height = 1.02 # area_top_height