robocup_knowledge
|
Variables | |
common = knowledge_loader.load_knowledge("common") | |
string | exit_waypoint = "exit_door_B1" |
string | follow_action = "follow", {"location-from": {""}, "location-to": {}, "target": {}} |
Demo. More... | |
string | grammar |
Actions. More... | |
grammar_parser = CFGParser.fromstring(obj_grammar) | |
string | grammar_target = "T" |
string | initial_pose = "initial_pose_door_B" |
string | loc_grammar |
ANSWER QUESTION. More... | |
list | not_understood_sentences |
string | obj_grammar |
pick_location | |
Verbs & shared stuff. More... | |
place_location | |
question_grammar | |
question_grammar_target | |
Question grammar. More... | |
result = grammar_parser.parse("T", sentence) | |
rooms = common.rooms + ["entrance", "exit"] | |
string | sentence = " ".join(sys.argv[2:]) |
string | starting_pose = "eegpsr_starting_pose" |
dictionary | translations = { "bookcase" : "bocase" } |
True | |
challenge_eegpsr.common = knowledge_loader.load_knowledge("common") |
Definition at line 3 of file reo2016/challenge_eegpsr.py.
string challenge_eegpsr.exit_waypoint = "exit_door_B1" |
Definition at line 7 of file reo2016/challenge_eegpsr.py.
string challenge_eegpsr.follow_action = "follow", {"location-from": {""}, "location-to": {}, "target": {}} |
Demo.
FIND Navigate Inspect Pick-up Place Follow BRING SAY
Definition at line 248 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.grammar |
challenge_eegpsr.grammar_parser = CFGParser.fromstring(obj_grammar) |
Definition at line 319 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.grammar_target = "T" |
Definition at line 17 of file rgo2018/challenge_eegpsr.py.
string challenge_eegpsr.initial_pose = "initial_pose_door_B" |
Definition at line 5 of file reo2016/challenge_eegpsr.py.
string challenge_eegpsr.loc_grammar |
ANSWER QUESTION.
FIND OUT AND REPORT INCOMPLETE QUESTIONS
Definition at line 300 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.not_understood_sentences |
Definition at line 6 of file rgo2018/challenge_eegpsr.py.
string challenge_eegpsr.obj_grammar |
Definition at line 307 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.pick_location |
Verbs & shared stuff.
Definition at line 61 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.place_location |
Definition at line 61 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.question_grammar |
Definition at line 264 of file rwc2017/challenge_eegpsr.py.
challenge_eegpsr.question_grammar_target |
Question grammar.
Definition at line 262 of file rwc2017/challenge_eegpsr.py.
challenge_eegpsr.result = grammar_parser.parse("T", sentence) |
Definition at line 332 of file rgo2018/challenge_eegpsr.py.
challenge_eegpsr.rooms = common.rooms + ["entrance", "exit"] |
Definition at line 9 of file reo2016/challenge_eegpsr.py.
challenge_eegpsr.sentence = " ".join(sys.argv[2:]) |
Definition at line 326 of file rgo2018/challenge_eegpsr.py.
string challenge_eegpsr.starting_pose = "eegpsr_starting_pose" |
Definition at line 6 of file reo2016/challenge_eegpsr.py.
challenge_eegpsr.translations = { "bookcase" : "bocase" } |
Definition at line 11 of file reo2016/challenge_eegpsr.py.
challenge_eegpsr.True |
Definition at line 61 of file rgo2018/challenge_eegpsr.py.