Skip to content
Snippets Groups Projects
Commit 98911528 authored by rc@thorium's avatar rc@thorium
Browse files

owl: describe_side

parent b7c216b1
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar commands; grammar commands;
public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <lookAt> | <trash> | <drop> | <nothing> | <search> | <describe> | <difference> | <take> | <give> | <count> | <explain> | <store_groceries> | <serve_breakfast> ); public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <lookAt> | <trash> | <drop> | <nothing> | <search> | <describe> | <difference> | <take> | <give> | <count> | <explain> | <store_groceries> | <serve_breakfast> | <describe_side>);
<robot> = (tobi | robot | tiago); <robot> = (tobi | robot | tiago);
...@@ -27,6 +27,7 @@ public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followM ...@@ -27,6 +27,7 @@ public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followM
<search> = ( search for [a] [waving] person); <search> = ( search for [a] [waving] person);
<describe> = (tell me what you see); <describe> = (tell me what you see);
<describe_side> = (tell me what is on top of the side table);
<difference> = (spot the difference); <difference> = (spot the difference);
<take> = (handover); <take> = (handover);
......
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