Skip to content
Snippets Groups Projects

update operator speech

Merged Patric Steckstor requested to merge cml_speechrec into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -5,11 +5,11 @@ public <statement> = <command>;
<robot> = (tobi | robot | tiago);
<command> = [<robot>] ( <followMe> | <arrived> | <goAhead> ) [<robot>];
<command> = [<robot>] ( <followMe> | <arrived> | <goBack> ) [<robot>];
<goAhead> = ( go ahead );
<goBack> = ( [thanks you can] go back [now] );
<followMe> = ((follow | come with ) me [to the <place>]);
<followMe> = [please] ((follow | come with ) me [to the <place>]);
<arrived> = ((stop [(here | following me)]) | (wait here) | (we arrived [ at the <place>]) );
Loading