1 initial_pose_amigo = 
"initial_pose_amigo" 
    2 operator_id = 
"operator" 
    7 grasp_locations = [
'kitchentable', 
'kitchencounter', 
'cupboard', 
'bar', 
'couchtable', 
'dinnertable', 
'desk', 
'bookcase', 
'hallwaytable',
'bed']
 
   11 person_locations = [
'kitchentable', 
'kitchencounter', 
'cupboard', 
'bar', 
'dinnertable', 
'desk', 
'hallwaytable',
'bed']
 
   15 spec1_amigo_task = 
"((<name> (needs|wants) your help) | ((go|get) back to <name>) | ((bring|get|fetch) me the object (on|from) the <grasp_location>) | (<time>))" 
   20 choices1_amigo_task = {
'name':[
'Luis',
'Erik',
'Sjoerd',
'operator',
'the operator'], 
'person_location':person_locations, 
'grasp_location':grasp_locations, 
'time':[
'How much time do we have left',
'How much time do we still have']}
 
   23 spec2_amigo_task_followup = 
"((near|at) the <location>)" 
   24 choices2_amigo_task_followup = {
'location':person_locations}