robocup_knowledge
rgo2015/challenge_final.py
Go to the documentation of this file.
1 initial_pose_sergio = "initial_pose_door_B"
2 
3 initial_pose_amigo = "initial_pose_door_B"
4 
5 explore_location_1 = "final_cupboard"
6 explore_location_2 = "final_dinnertable"
7 explore_location_3 = "final_desk"
8 explore_locations_part_1 = [explore_location_1, explore_location_2, explore_location_3]
9 
10 task_location_sergio = "final_task_location_sergio"
11 
12 
13 explore_location_4 = "final_tv"
14 explore_location_5 = "final_kitchencounter"
15 explore_location_6 = "final_cabinet"
16 explore_location_7 = "final_bartable"
17 explore_location_8 = "final_small_table_1"
18 explore_location_9 = "final_small_table_2"
19 explore_location_10 = "final_coathanger"
20 explore_location_11 = "final_left_bedside_table"
21 explore_location_12 = "final_right_bedside_table"
22 explore_locations_part_2 = [explore_location_4, explore_location_5, explore_location_6, explore_location_7, explore_location_8, explore_location_9, explore_location_10, explore_location_11, explore_location_12]
23 
24 end_location_sergio = "final_last_position_sergio"