Skip to content
Snippets Groups Projects
Commit 32bcd5cd authored by Jonas Zilke's avatar Jonas Zilke
Browse files

edit stop grammar

parent 34c618fe
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar Stop_commands;
public <statement> = [<robot>] [please] <stop> [please] [<robot>];
public <statement> = <robot> [please] <stop> [please] [<robot>];
<robot> = (tobi | robot | biron | pepper | tiago);
<stop> = (((stop [following [me]]) | wait) [here]);
<stop> = ((stop | wait | abort) [here]);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment