Skip to content
Snippets Groups Projects
Commit 30ca0950 authored by gminareci's avatar gminareci
Browse files

added robot to the gprs grammar as name

parent be42cf64
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar ToBI_GPRS;
public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
public <task> = [<robot_name>] [(would | could) you] [please] <command> [please] [<robot_name>];
<robot_name> = tobi | robot;
<command> = <bring_command> | <goto_command> | <find_command> | <follow_command> | <cleanup_command> | <show_command> | <pointat_command>;
......
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