robocup_knowledge
rgo2015/challenge_manipulation.py
Go to the documentation of this file.
1 ''' Shelves where objects might be '''
2 object_shelves=["right_bookcase/shelf3","right_bookcase/shelf4","right_bookcase/shelf5"]
3 
4 ''' Shelf where we will actually try to grasp '''
5 grasp_shelf="right_bookcase/shelf3"
6 
7 ''' Shelf where we will actually place stuff '''
8 place_shelf="right_bookcase/shelf2"
9 
10 ''' Room where everything will take place '''
11 room="living_room"