robocup_knowledge
Namespaces | Variables
demo/challenge_gpsr.py File Reference

Go to the source code of this file.

Namespaces

 challenge_gpsr
 

Variables

 challenge_gpsr.common = knowledge_loader.load_knowledge("common")
 
string challenge_gpsr.grammar
 Actions. More...
 
 challenge_gpsr.grammar_parser = CFGParser.fromstring(obj_grammar)
 
string challenge_gpsr.grammar_target = "T"
 
list challenge_gpsr.not_understood_sentences
 
 challenge_gpsr.pick_location
 Verbs & shared stuff. More...
 
 challenge_gpsr.place_location
 
 challenge_gpsr.result = grammar_parser.parse("T", sentence)
 
string challenge_gpsr.sentence = " ".join(sys.argv[2:])
 
 challenge_gpsr.True