robocup_knowledge
rwc2015/challenge_open.py
Go to the documentation of this file.
1 ''' Hardcoded exploration targets '''
2 exploration_targets=["explore1",
3  "explore2",
4  "explore3",
5  "explore4",
6  "explore5",
7  "explore6",
8  "explore7",
9  "explore8",
10  "explore9",
11  "explore10",
12  "explore11"
13  ]
14 
15 initial_pose = "initial_pose_door_B"
16 operator_waypoint_id = "operator_pose"
17 exit_waypoint_id = "exit"
18 
19 # Human robot interactions
20 # object_options = ['coke','pringles','choco_sticks','beer','juice','tea','coffee']
21 speech_spec = '((Can you give me (a|an) (item|object) from the <location>) | (Bring me (a|an) (item|object) from the <location>))'
22 
23 
24 
30 
31 # objects = ["coke", "meadow_milk", "pringles","oblates","chocosticks","cup"]
32 
33 # #spec find a person and talk with
34 # spec = "(<object1>|<object1> <object2>|<object1> <object2> <object3>)"
35 
36 # choices = {'location':[table1, table2, table3],
37 # 'object1':objects,
38 # 'object2':objects,
39 # 'object3':objects}