Skip to content
Snippets Groups Projects
Commit b8a7f682 authored by Tiago 47c's avatar Tiago 47c
Browse files

fixup kitchen scopes

parent 1d3e5277
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ grammar commands;
public <command> = [<robot>] ( <followMe> | <ordering> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> | <who> | <gripper> | <demo> | <grasp>);
<robot> = (tiago | robot | tobi)
<robot> = (tiago | robot | tobi);
<followMe> = (follow me);
<ordering> = (start taking orders) | (take my order);
......
......@@ -8,4 +8,4 @@ public <command> = [<robot>] ( <demo> | <save> | <place> | <introduction>);
<demo> = (tell me about the kitchen drawer);
<save> = (save location);
<place> = (go to);
<introduction> = (introduce yourself)
<introduction> = (introduce yourself);
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