Go to the source code of this file.
|
| | challenge_open.grammar_parser = CFGParser.fromstring(obj_grammar) |
| |
| string | challenge_open.initial_pose = "initial_pose_2" |
| |
| string | challenge_open.loc_grammar |
| | FIND. More...
|
| |
| list | challenge_open.names = ['josja', 'lars', 'janno', 'loy', 'rein', 'kevin', 'ramon', 'max', 'matthijs', 'raphael'] |
| |
| list | challenge_open.not_understood_sentences |
| |
| string | challenge_open.obj_grammar |
| |
| | challenge_open.pick_location |
| | Verbs & shared stuff. More...
|
| |
| | challenge_open.place_location |
| |
| | challenge_open.result = grammar_parser.parse("T", sentence) |
| |
| string | challenge_open.sentence = " ".join(sys.argv[2:]) |
| |
| string | challenge_open.starting_pose = "gpsr_meeting_point" |
| |
| | challenge_open.True |
| |