Skip to content
Snippets Groups Projects
Commit 78ea0cb3 authored by Thorben Markmann's avatar Thorben Markmann :rocket:
Browse files

Merge branch 'cml_speechrec' into 'master'

add carrymyluggage speech config

See merge request !2
parents 9a5bfc15 b394eadf
No related branches found
No related tags found
1 merge request!2add carrymyluggage speech config
[main]
startdb=45;
uttdb=53;
silence=800;
timeout=8;
openDeviceDirectly=yes;
alsadevice=sysdefault;
[pocketsphinxinstance]
name=command;
dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/tasks/carrymyluggage/commands.jsgf;
rostopic=/speechrec/psa/carrymyluggage;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=confirm;
dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/confirm/confirm.jsgf;
rostopic=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=stop;
dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/confirm/stop.jsgf;
rostopic=/speechrec/psa/stop;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar ToBI_carrymyluggage;
public <statement> = <command>;
<robot> = (tobi | robot | tiago);
<command> = [<robot>] ( <followMe> | <arrived> | <goAhead> ) [<robot>];
<goAhead> = ( go ahead );
<followMe> = ((follow | come with ) me [to the <place>]);
<arrived> = ((stop [(here | following me)]) | (wait here) | (we arrived [ at the <place>]) );
<place> = ( car );
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