Skip to content
Snippets Groups Projects
Commit 8b8c288c authored by rfeldhans's avatar rfeldhans
Browse files

added generic stop grammar and told gpsr to use it

parent bc835588
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ autoload=yes; ...@@ -33,7 +33,7 @@ autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=stop; name=stop;
dict=../../../psGrammar/dictionary/tobiDic.dic; dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/tasks/gpsr/stop.jsgf; jsgf=../../../psGrammar/confirm/stop.jsgf;
rsbscope=/speechrec/psa/stop; rsbscope=/speechrec/psa/stop;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
......
#JSGF V1.0;
grammar Stop_commands;
public <statement> = [<robot>] [please] <stop> [please] [<robot>];
<robot> = (tobi | robot | biron | pepper);
<stop> = (((stop [following [me]]) | wait) [here]);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment