Skip to content
Snippets Groups Projects
Commit e303eb8f authored by rc@thorium's avatar rc@thorium
Browse files

demo dynamic grammar

parent a2aee590
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,19 @@ public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followM
<introduce> = (introduce yourself) | (who are you);
<save> = (save location);
<garbage> = (((take out the trash) | (take out the garbage)));
<followHand> = (come with me) | (follow by hand);
<wave> = (wait for me);
<goTo> = (go to location);
<followMe> = (follow me);
<followHand> = (come with me);
<gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode);
<exit> = (stop the task);
<trash> = (((take out the trash) | (take out the garbage)));
<search> = ( search for [a] [waving] person);
<describe> = (tell me what you see);
<difference> = (spot the difference);
......
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