From c2e1addf178d2babeb1ef61e7eac6c36f01525a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leroy=20R=C3=BCgemer?= <lruegeme@techfak.uni-bielefeld.de> Date: Mon, 17 Jun 2019 09:20:22 +0200 Subject: [PATCH] demoDyn update --- psGrammar/demos/demoDynamic.jsgf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf index 7b07a225..6f3d7a6a 100644 --- a/psGrammar/demos/demoDynamic.jsgf +++ b/psGrammar/demos/demoDynamic.jsgf @@ -1,7 +1,7 @@ #JSGF V1.0; grammar commands; -public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search>); +public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <trash> | <search> | <describe> | <difference>); <robot> = (tobi | robot | tiago); @@ -9,23 +9,24 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | < <wave> = (wait for me); <who> = (who are you); <goTo> = (go to location); +<followMe> = (follow me); <followHand> = (come with me) | (give me your hand); <gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode); <exit> = (stop the task); -<followMe> = (follow me); -<handover> = handover; +<trash> = ([please] ((take out the trash) | (take out the garbage))); +<search> = ([please] search for [a] [waving] person); +<describe> = (tell me what you see); +<difference> = (spot the difference); +#unused +<handover> = handover; <ordering> = (start taking orders) | (take my order); <learn> = (learn a person); <rec> = (recognize me); <count> = (count the people); <explain> = (what can you do) | (explain your skills); - -<see> = (tell me what you see); <demo> = (end the (demonstration | demo)); <grasp> = ((grasp | give ) [me] ( an | the ) object); -<trash> = ([please] ((take out the trash) | (take out the garbage))); -<search> = ([please] search for [a] [waving] person); -<difference> = (spot the difference); \ No newline at end of file + -- GitLab