Skip to content
Snippets Groups Projects
Commit 25003e96 authored by Patric Steckstor's avatar Patric Steckstor
Browse files

pickUp command

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