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

Merge branch 'cml_speechrec' into 'master'

update operator speech

See merge request !3
parents 78ea0cb3 32e06efa
No related branches found
No related tags found
1 merge request!3update operator speech
...@@ -5,11 +5,11 @@ public <statement> = <command>; ...@@ -5,11 +5,11 @@ public <statement> = <command>;
<robot> = (tobi | robot | tiago); <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>]) ); <arrived> = ((stop [(here | following me)]) | (wait here) | (we arrived [ at the <place>]) );
......
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