1 from robocup_knowledge 
import knowledge_loader
 
    2 common = knowledge_loader.load_knowledge(
"common")
 
    4 starting_point = 
'help_me_carry_starting_point' 
    7 time_out_seconds = 60.0
 
    8 time_out_seconds_door = 120.0
 
   11     'no':  [
'no', 
'follow me'],
 
   12     'yes': [
'yes', 
'remember location',  
 
   17 destinations = common.location_rooms + common.location_names
 
   20 waypoint_car = {
'id': 
'car',
 
   24 default_place = 
'dinner_table' 
   25 default_area = 
'in_front_of' 
   26 default_target_radius = 0.2
 
   27 backup_target_radius = 0.7
 
   29 carrying_bag_pose = 
'carrying_bag_pose' 
   30 drop_bag_pose = 
"drop_bag_pose" 
   31 driving_bag_pose = 
'driving_bag_pose'