robocup_knowledge
robotics_testlabs/challenge_navigation.py
Go to the documentation of this file.
1 target1 = "livingroom"
2 target1_radius1 = 0.1
3 target1_radius2 = 0.7
4 
5 target2_pre = "exit_pre"
6 target2_pre_radius1 = 0.1
7 target2 = "exit"
8 target2_radius1 = 0.1
9 target2_radius2 = 0.7
10 target2_obstacle_radius = 0.6
11 
12 target3 = "hallway"
13 target3_radius1 = 0.1
14 target3_radius2 = 0.7
15 
16 target_door = "door_navigation"
17 door_id = "door1"
18 target_door_radius = 0.1
19 
20 target_door_1 = "door_navigation"
21 reentry_door_1 = "door_navigation"
22 reentry_door_2 = "door_navigation"
23 
24 target4 = "hallway"
25 target4_radius1 = 0.1
26 target4_radius2 = 0.7
27 
28 exit1 = "exit"
29 exit2 = "exit"
30 exit3 = "exit"
31 exit4 = "exit"
32 
33 starting_point = "initial_pose"
34 rotation = 0
35 
36 time_out_seconds = 60.0
37 time_out_seconds_door = 120.0
38