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

cml go back

parent 78ea0cb3
No related branches found
No related tags found
1 merge request!3update operator speech
...@@ -5,12 +5,14 @@ public <statement> = <command>; ...@@ -5,12 +5,14 @@ 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> = ( go back );
<followMe> = ((follow | come with ) me [to the <place>]); <followMe> = ((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>]) );
<place> = ( car ); <place> = ( car );
<> = ( car );
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