5     'min_chull_area' : 0.06,
 
   12 get_newspaper_timeout = 3       
 
   13 give_newspaper_timeout = 30
 
   14 wakeup_light_color = [1, 1, 1]
 
   16 handover_joint_config = 
"sensed_handover" 
   20 order_confirmation_limit = 3
 
   22 initial_pose = 
"initial_pose" 
   35 default_milk = 
"fresh milk" 
   36 default_cereal = 
"coconut_cereals" 
   37 default_fruit = 
"apple" 
   40     "in_front_of":
"cabinet",
 
   45 generic_items = [ 
"milk", 
"cereal", 
"fruit" ]
 
   46 allowed_fruits = [ 
"apple" ]
 
   48 milk_shelf = 
"cabinet"           
   49 cereal_shelf = 
"cabinet"         
   50 fruit_shelf = 
"cabinet"          
   54     "near": 
"kitchen_table",
 
   55     "in_front_of": 
"dinnertable",
 
   56     "lookat" : 
"dinnertable" 
   61     "near_milk" : milk_shelf,
 
   62     "lookat_milk" : milk_shelf,
 
   63     "near_cereal" : cereal_shelf,
 
   64     "lookat_cereal" : cereal_shelf,
 
   65     "near_fruit" : fruit_shelf,
 
   66     "lookat_fruit" : fruit_shelf
 
   87 kitchen_door = 
"kitchen_door"    
   90 check_door_attempts = 1
 
   92 dinner_table = 
"dinner_table"