From 5dba44229531b19814e825d0465cd759ca8921fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leroy=20R=C3=BCgemer?= <lruegeme@techfak.uni-bielefeld.de> Date: Fri, 14 Jun 2019 09:42:09 +0200 Subject: [PATCH] demoDyn: add spot the difference command --- psGrammar/demos/demoDynamic.jsgf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf index 9638db15..fbd73366 100644 --- a/psGrammar/demos/demoDynamic.jsgf +++ b/psGrammar/demos/demoDynamic.jsgf @@ -27,4 +27,5 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | < <grasp> = ((grasp | give ) [me] ( an | the ) object); <trash> = ([please] ((take out the trash) | (take out the garbage))); -<search> = ([please] search for [a] [waving] person); \ No newline at end of file +<search> = ([please] search for [a] [waving] person); +<difference> = (spot the difference) \ No newline at end of file -- GitLab