Skip to content
Snippets Groups Projects
Commit c1e0c9fa authored by Dominik Sixt's avatar Dominik Sixt
Browse files

add command: order

parent 78aae257
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> | <who> | <gripper> | <demo>);
<followMe> = (follow me);
<ordering> = (start taking orders);
<ordering> = (start taking orders) | (take my order);
<learn> = (learn a person);
<rec> = (recognize me);
<count> = (count the people);
......
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