Skip to content
Snippets Groups Projects
Commit 6ad2b37c authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

demoDyn update - merge who&introduce

parent 2c8e69d1
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar commands; grammar commands;
public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search> | <describe> | <difference>); public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search> | <describe> | <difference>);
<robot> = (tobi | robot | tiago); <robot> = (tobi | robot | tiago);
<introduce> = (intruduce yourself); <introduce> = (intruduce yourself) | (who are you);
<save> = (save location); <save> = (save location);
<wave> = (wait for me); <wave> = (wait for me);
<who> = (who are you);
<goTo> = (go to location); <goTo> = (go to location);
<followMe> = (follow me); <followMe> = (follow me);
<followHand> = (come with me) | (give me your hand); <followHand> = (come with me) | (give me your hand);
......
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