3 from robocup_knowledge
import knowledge_loader
4 common = knowledge_loader.load_knowledge(
"common")
6 starting_point =
'help_me_carry_starting_point'
9 time_out_seconds = 60.0
10 time_out_seconds_door = 120.0
13 'no': [
'no',
'follow me'],
14 'yes': [
'yes',
'remember location',
19 destinations = common.location_rooms + common.location_names
22 waypoint_car = {
'id':
'car',
26 default_place =
'dining_table'
27 default_area =
'in_front_of'
28 default_target_radius = 0.2
29 backup_target_radius = 0.7
31 carrying_bag_pose =
'carrying_bag_pose'
32 drop_bag_pose =
'drop_bag_pose'
33 driving_bag_pose =
'driving_bag_pose'