From 30ac4414e898341bd3f85f2f0904415a7ef63c61 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Thu, 13 Jun 2019 14:47:43 +0200 Subject: [PATCH] demodyn --- psGrammar/demos/demoDynamic.jsgf | 2 +- psGrammar/demos/learning.jsgf | 2 +- psGrammar/demos/listen.jsgf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf index d7ba2e7f..9638db15 100644 --- a/psGrammar/demos/demoDynamic.jsgf +++ b/psGrammar/demos/demoDynamic.jsgf @@ -11,7 +11,7 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | < <goTo> = (go to location); <followHand> = (come with me) | (give me your hand); <gravity> = (gravity compensation) | (show me your gripper) | (switch to gravity mode); -<exit> = (exit); +<exit> = (stop the task); <followMe> = (follow me); <handover> = handover; diff --git a/psGrammar/demos/learning.jsgf b/psGrammar/demos/learning.jsgf index 0f939e68..b62cec3e 100644 --- a/psGrammar/demos/learning.jsgf +++ b/psGrammar/demos/learning.jsgf @@ -10,4 +10,4 @@ public <command> = [tobi] (<save> | <stop> ); <location> = (table <numberOfTable>) | (shelf) | (bar) | (bin) | (garbage collection); <numberOfTable> = (one | two | three | four | five | six | seven | eight | nine); -<stop> = stop | (wait [here]); +<stop> = (stop the task) | (wait here); diff --git a/psGrammar/demos/listen.jsgf b/psGrammar/demos/listen.jsgf index 5b4bfff1..6b55421e 100644 --- a/psGrammar/demos/listen.jsgf +++ b/psGrammar/demos/listen.jsgf @@ -5,11 +5,11 @@ public <command> = [tobi] ( <goto> | <stop> ); <goto> = ([go to] <NP_location>); -<stop> = ((abort save) | (stop)); +<stop> = ((abort listen) | (stop the task)); <NP_location> = ([the] <location>); -<location> = (table <numberOfTable>) | shelf | bar | bin; +<location> = (table <numberOfTable>) | shelf | bar | bin | (garbage collection); <numberOfTable> = (one | two | three | four | five | six | seven | eight | nine); -- GitLab