From 0df3df33f098896ab183f223ed43e7634c499eea Mon Sep 17 00:00:00 2001 From: jpohlmeyer <jpohlmeyer@techfak.uni-bielefeld.de> Date: Sat, 4 May 2019 09:16:20 +0200 Subject: [PATCH] Add entrance and exit to whereisthis config --- psGrammar/tasks/whereIsThis/getLocation.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psGrammar/tasks/whereIsThis/getLocation.jsgf b/psGrammar/tasks/whereIsThis/getLocation.jsgf index 19aa9016..b6145943 100644 --- a/psGrammar/tasks/whereIsThis/getLocation.jsgf +++ b/psGrammar/tasks/whereIsThis/getLocation.jsgf @@ -12,7 +12,7 @@ public <locationstring> = [<prefix>] <location> [<robot>]; <canyouhelp> = (can you help me find [the]); -<location> = ( (tv) | (tv_table) | (sideboard) | (bookcase) | (left_armchair) | (right_armchair) | (coffee_table) | (couch) | (high_table) | (kitchen_table) | (dishwasher) | (kitchen_cabinet) | (desk) | (bed) | (side_table) | (cupboard) | (sofa) | (bar_table) | (living room) | (hallway) | (kitchen) | (bedroom) | (bar) | (cleaning stuff) | (snacks) | (drinks) | (food) | (care) | (container) | (fruit) | (kitchen_stuff) | (cabinet) | (white drawer) | (trash_can) | (trash_bin) | (coathanger) | <cleaning_stuff> | <snacks> | <drinks> | <food> | <fruit> | <care> | <container>); +<location> = ( (exit) | (entrance) | (tv) | (tv_table) | (sideboard) | (bookcase) | (left_armchair) | (right_armchair) | (coffee_table) | (couch) | (high_table) | (kitchen_table) | (dishwasher) | (kitchen_cabinet) | (desk) | (bed) | (side_table) | (cupboard) | (sofa) | (bar_table) | (living room) | (hallway) | (kitchen) | (bedroom) | (bar) | (cleaning stuff) | (snacks) | (drinks) | (food) | (care) | (container) | (fruit) | (kitchen_stuff) | (cabinet) | (white drawer) | (trash_can) | (trash_bin) | (coathanger) | <cleaning_stuff> | <snacks> | <drinks> | <food> | <fruit> | <care> | <container>); <cleaning_stuff> = ((cloth) | (dishwasher_tab)); -- GitLab