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

edit commands

parent a90ebc55
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <stack> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> );
public <command> = [tobi] ( <followMe> | <ordering> | <stack> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> | <who> | gripper );
<followMe> = (follow me);
<ordering> = (start ordering);
......@@ -13,4 +13,6 @@ public <command> = [tobi] ( <followMe> | <ordering> | <stack> | <learn> | <rec>
<listen> = (listen for command);
<hand> = (wait for waving);
<see> = (tell me what you see);
<save> = (save place);
\ No newline at end of file
<save> = (save place);
<who> = (who are you);
<gripper> = (show me your gripper);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment