robocup_knowledge
rwc2016_common/challenge_navigation.py
Go to the documentation of this file.
1 target1 = "navigation_target1"
2 target1_radius1 = 0.1
3 target1_radius2 = 0.7
4 
5 target2_pre = "navigation_target2_pre"
6 target2_pre_radius1 = 0.1
7 target2 = "navigation_target2"
8 target2_radius1 = 0.1
9 target2_radius2 = 0.7
10 target2_obstacle_radius = 0.6
11 
12 target3 = "navigation_target3"
13 target3_radius1 = 0.1
14 target3_radius2 = 0.7
15 
16 target_door = "navigation_door"
17 target_door_opening_start="door_opening_start"
18 target_door_opening_dest="door_opening_dest"
19 target_door_radius = 0.1
20 
21 reentry_door_1 = "navigation_reentrance_door_1"
22 target_door_1 = "navigation_door_1"
23 target_door_opening_start_1="door_opening_start_1"
24 target_door_opening_dest_1="door_opening_dest_1"
25 
26 reentry_door_2 = "navigation_reentrance_door_2"
27 target_door_2 = "navigation_door_2"
28 target_door_opening_start_2="door_opening_start_2"
29 target_door_opening_dest_2="door_opening_dest_2"
30 
31 target4 = "navigation_target4"
32 target4_radius1 = 0.1
33 target4_radius2 = 0.7
34 
35 exit1 = "navigation_exit1"
36 exit2 = "navigation_exit2"
37 exit3 = "navigation_exit3"
38 exit4 = "navigation_exit4"
39 
40 starting_point = "initial_pose_door_c"
41 rotation = 0
42 
43 time_out_seconds = 60.0
44 time_out_seconds_door = 120.0
45