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"]
4 ''' Shelf where we will actually try to grasp '''
5 grasp_shelf=
"right_bookcase/shelf3"
7 ''' Shelf where we will actually place stuff '''
8 place_shelf=
"right_bookcase/shelf2"
10 ''' Room where everything will take place '''