robocup_knowledge
rwc2015/challenge_navigation.py
Go to the documentation of this file.
1 target1 = "navigation1"
2 target2 = {
3  'in_front_of_pos2' : 'dinnertable',
4  'in' : 'livingroom',
5  'lookat' : 'dinnertable'
6 }
7 target3 = "navigation3"
8 target4 = "navigation4"
9 
10 radius1 = 0.1
11 radius2 = 0.7
12 
13 exit1 = "exit_door_B1"
14 exit2 = "exit_door_B2"
15 exit3 = "exit_door_A1"
16 exit4 = "exit_door_A2"
17 
18 starting_point = "initial_pose_door_A"
19 rotation = 0