From c3544e68b3ea40d73b8889dc223d2e1796f8c1fc Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Mon, 17 Jun 2019 12:31:00 +0200 Subject: [PATCH] fixup! demoDyn update - merge who&introduce --- psGrammar/demos/demoDynamic.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf index 6fd28656..0742387d 100644 --- a/psGrammar/demos/demoDynamic.jsgf +++ b/psGrammar/demos/demoDynamic.jsgf @@ -5,7 +5,7 @@ public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followM <robot> = (tobi | robot | tiago); -<introduce> = (intruduce yourself) | (who are you); +<introduce> = (introduce yourself) | (who are you); <save> = (save location); <wave> = (wait for me); <goTo> = (go to location); -- GitLab