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

demoDyn

parent acbca2d0
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see>);
public <command> = [tobi] ( <followMe> | <ordering> | <stack> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> );
<followMe> = (follow me);
<test> = (execute test);
<ordering> = (start ordering);
<stack> = (stack cubes) | (play a game);
<learn> = (learn a person);
<rec> = (recognize me);
<count> = (count the people);
<explain> = (what can you do);
<listen> = (listen for command);
<hand> = (wait for waving);
<see> = (tell me what you see);
\ No newline at end of file
<see> = (tell me what you see);
<save> = (save place);
\ No newline at end of file
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <goto> | <fetch> | <save> );
public <command> = [tobi] ( <goto> | <fetch> | <stop> );
<goto> = (go to <location>);
<fetch> = (bring me <objects>);
<save> = (save place);
<stop> = (abort save);
<location> = (table <numberOfTable>) | shelf | drinks | snacks;
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment