robocup_knowledge
|
Go to the source code of this file.
Namespaces | |
challenge_demo | |
Variables | |
challenge_demo.common = knowledge_loader.load_knowledge("common") | |
string | challenge_demo.grammar |
Actions. More... | |
challenge_demo.grammar_parser = CFGParser.fromstring(obj_grammar) | |
string | challenge_demo.grammar_target = "T" |
list | challenge_demo.not_understood_sentences |
challenge_demo.pick_location | |
Verbs & shared stuff. More... | |
challenge_demo.place_location | |
challenge_demo.result = grammar_parser.parse("T", sentence) | |
string | challenge_demo.sentence = " ".join(sys.argv[2:]) |
challenge_demo.True | |