Skip to content
Snippets Groups Projects
Commit 7f2eaa94 authored by Augustin Harter's avatar Augustin Harter
Browse files

Implement grammar and config to navigate by speech

parent 9a5bfc15
No related branches found
No related tags found
No related merge requests found
[main]
startdb=30;
uttdb=35;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=confirm;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rostopic=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=speech_nav;
jsgf=../../psGrammar/exercise/aharter.jsgf;
rostopic=/speechrec/psa/speech_nav;
bestpath=no;
autoload=yes;
\ No newline at end of file
#JSGF V1.0;
grammar ToBI_commands;
public <statement> = (tobi | tiago) <command>;
<command> = (go forward <num> (meter | meters)) | (turn <dir>) | stop;
<num> = one | two;
<dir> = right | left | back;
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