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

Merge branch 'cml_speechrec' into 'master'

cml  add pickUp

See merge request !4
parents 0167e72c 25003e96
No related branches found
No related tags found
1 merge request!4cml add pickUp
......@@ -5,7 +5,7 @@ public <statement> = <command>;
<robot> = (tobi | robot | tiago);
<command> = [<robot>] ( <followMe> | <arrived> | <goBack> ) [<robot>];
<command> = [<robot>] ( <followMe> | <arrived> | <goBack> | <pickUp> ) [<robot>];
<goBack> = ( [thanks you can] go back [now] );
......@@ -14,3 +14,5 @@ public <statement> = <command>;
<arrived> = ((stop [(here | following me)]) | (wait here) | (we arrived [ at the <place>]) );
<place> = ( car );
<pickUp> = ( [can you] pick up the bag);
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