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

Add stop to cupro commands

parent 83408d56
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar commands;
public <command> = [<robot>] ( <followMe> | <ordering> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> | <who> | <gripper> | <demo> | <grasp> | <kitchenDrawer> | <cleanup> | <setTable> );
public <command> = [<robot>] ( <followMe> | <stop> | <ordering> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> | <who> | <gripper> | <demo> | <grasp> | <kitchenDrawer> | <cleanup> | <setTable> );
<robot> = (tiago | robot | tobi);
<followMe> = (follow me);
<stop> = (stop);
<ordering> = (start taking orders) | (take my order);
<learn> = (learn a person);
<rec> = (recognize me);
......
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