robocup_knowledge
|
Variables | |
string | ask_waypoint = "challenge_open_ask_waypoint" |
audience_room | |
string | cabinet = "right_bookcase" |
dictionary | choices |
common = knowledge_loader.load_knowledge("common") | |
string | exit_waypoint = "exit_door_B1" |
exit_waypoint_id | |
exploration_targets | |
female_names | |
Names for this specific challenge. More... | |
string | grammar = "T[X] -> PLACES[X]" |
Actions. More... | |
grammar_parser = CFGParser.fromstring(obj_grammar) | |
string | grammar_target = "T" |
hsr_demo_waypoint | |
string | initial_pose = "initial_pose_2" |
list | inspection_places |
string | loc_grammar |
FIND. More... | |
list | location_names = ["sideboard", "bookcase", "tv_stand", "couch", "dinnertable", "suitecase", "hallway_trashbin"] |
male_names | |
list | names = ['josja', 'lars', 'janno', 'loy', 'rein', 'kevin', 'ramon', 'max', 'matthijs', 'raphael'] |
list | not_understood_sentences |
string | obj_grammar |
list | object_shelves = ["bookcase","bookcase","bookcase"] |
list | objects = ["coke", "meadow_milk", "pringles","oblates","chocosticks","cup"] |
operator_waypoint_id | |
order_counter_waypoint | |
pick_location | |
Verbs & shared stuff. More... | |
place_location | |
raytrace_breakout_id | |
raytrace_waypoint | |
result = grammar_parser.parse("T", sentence) | |
list | rooms = [] |
string | sentence = " ".join(sys.argv[2:]) |
string | spec = "(<object1>|<object1> <object2>|<object1> <object2> <object3>)" |
speech_spec | |
ssl_waypoint | |
string | starting_point = "initial_pose_door_A" |
string | starting_pose = "gpsr_meeting_point" |
string | table1 = "dinnertable" |
string | table2 = "bookcase" |
string | table3 = "counter" |
dictionary | translations |
True | |
Hardcoded exploration targets
challenge_open.ask_waypoint = "challenge_open_ask_waypoint" |
Definition at line 3 of file rgo2017/challenge_open.py.
challenge_open.audience_room |
Definition at line 13 of file rwc2017/challenge_open.py.
string challenge_open.cabinet = "right_bookcase" |
Definition at line 1 of file rgo2015/challenge_open.py.
dictionary challenge_open.choices |
Definition at line 12 of file rgo2015/challenge_open.py.
challenge_open.common = knowledge_loader.load_knowledge("common") |
Definition at line 3 of file reo2016/challenge_open.py.
string challenge_open.exit_waypoint = "exit_door_B1" |
Definition at line 7 of file reo2016/challenge_open.py.
challenge_open.exit_waypoint_id |
Definition at line 17 of file rwc2015/challenge_open.py.
challenge_open.exploration_targets |
Definition at line 2 of file rwc2015/challenge_open.py.
challenge_open.female_names |
Names for this specific challenge.
Definition at line 27 of file rwc2018/challenge_open.py.
string challenge_open.grammar = "T[X] -> PLACES[X]" |
Actions.
Definition at line 28 of file rgo2017/challenge_open.py.
challenge_open.grammar_parser = CFGParser.fromstring(obj_grammar) |
Definition at line 310 of file rgo2018/challenge_open.py.
string challenge_open.grammar_target = "T" |
Definition at line 29 of file rgo2017/challenge_open.py.
challenge_open.hsr_demo_waypoint |
Definition at line 16 of file rwc2017/challenge_open.py.
challenge_open.initial_pose = "initial_pose_2" |
Definition at line 15 of file rgo2018/challenge_open.py.
challenge_open.inspection_places |
Definition at line 6 of file rgo2017/challenge_open.py.
string challenge_open.loc_grammar |
FIND.
Navigate Pick-up Place Guide Follow BRING SAY ANSWER QUESTION INCOMPLETE QUESTIONS
Definition at line 291 of file rgo2018/challenge_open.py.
list challenge_open.location_names = ["sideboard", "bookcase", "tv_stand", "couch", "dinnertable", "suitecase", "hallway_trashbin"] |
Definition at line 11 of file reo2016/challenge_open.py.
challenge_open.male_names |
Definition at line 28 of file rwc2018/challenge_open.py.
challenge_open.names = ['josja', 'lars', 'janno', 'loy', 'rein', 'kevin', 'ramon', 'max', 'matthijs', 'raphael'] |
Definition at line 6 of file rgo2018/challenge_open.py.
list challenge_open.not_understood_sentences |
Definition at line 8 of file rgo2018/challenge_open.py.
string challenge_open.obj_grammar |
Definition at line 298 of file rgo2018/challenge_open.py.
list challenge_open.object_shelves = ["bookcase","bookcase","bookcase"] |
Definition at line 5 of file rgo2015/challenge_open.py.
list challenge_open.objects = ["coke", "meadow_milk", "pringles","oblates","chocosticks","cup"] |
Definition at line 7 of file rgo2015/challenge_open.py.
challenge_open.operator_waypoint_id |
Definition at line 16 of file rwc2015/challenge_open.py.
challenge_open.order_counter_waypoint |
Definition at line 12 of file rwc2017/challenge_open.py.
challenge_open.pick_location |
Verbs & shared stuff.
Definition at line 62 of file rgo2018/challenge_open.py.
challenge_open.place_location |
Definition at line 62 of file rgo2018/challenge_open.py.
challenge_open.raytrace_breakout_id |
Definition at line 9 of file rwc2017/challenge_open.py.
challenge_open.raytrace_waypoint |
Definition at line 8 of file rwc2017/challenge_open.py.
challenge_open.result = grammar_parser.parse("T", sentence) |
Definition at line 323 of file rgo2018/challenge_open.py.
list challenge_open.rooms = [] |
Definition at line 9 of file reo2016/challenge_open.py.
challenge_open.sentence = " ".join(sys.argv[2:]) |
Definition at line 317 of file rgo2018/challenge_open.py.
string challenge_open.spec = "(<object1>|<object1> <object2>|<object1> <object2> <object3>)" |
Definition at line 10 of file rgo2015/challenge_open.py.
challenge_open.speech_spec |
Definition at line 21 of file rwc2015/challenge_open.py.
challenge_open.ssl_waypoint |
Definition at line 5 of file rwc2017/challenge_open.py.
string challenge_open.starting_point = "initial_pose_door_A" |
Definition at line 6 of file reo2016/challenge_open.py.
string challenge_open.starting_pose = "gpsr_meeting_point" |
Definition at line 16 of file rgo2018/challenge_open.py.
string challenge_open.table1 = "dinnertable" |
Definition at line 2 of file rgo2015/challenge_open.py.
string challenge_open.table2 = "bookcase" |
Definition at line 3 of file rgo2015/challenge_open.py.
string challenge_open.table3 = "counter" |
Definition at line 4 of file rgo2015/challenge_open.py.
challenge_open.translations |
Definition at line 13 of file reo2016/challenge_open.py.
challenge_open.True |
Definition at line 62 of file rgo2018/challenge_open.py.