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

demoDyn: add pick

parent 48c1d6c0
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar commands;
public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search> | <describe> | <difference> | <bring> | <take> );
public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search> | <describe> | <difference> | <bring> | <take> | <pick>);
<robot> = (tobi | robot | tiago);
......
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