Skip to content
Snippets Groups Projects
Commit ad6783a5 authored by Thorben Markmann's avatar Thorben Markmann :rocket:
Browse files

Change order in dynamic demo grammar

parent 52d9b230
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followM
<search> = ([please] search for [a] [waving] person);
<describe> = (tell me what you see);
<difference> = (spot the difference);
<bring> = ([please] (bring) [the] <bringObject> (to a waving person));
<bringObject> = (coke | drink | beer);
<handover> = handover;
<ordering> = (start taking orders) | (take my order);
......@@ -27,5 +29,3 @@ public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followM
<explain> = (what can you do) | (explain your skills);
<demo> = (end the (demonstration | demo));
<grasp> = ((grasp | give ) [me] ( an | the ) object);
<bring> = ([please] (bring) [the] <bringObject> (to a waving person));
<bringObject> = (coke | drink | beer);
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