From 76001990f4792680841b48958af2b4275751af2a Mon Sep 17 00:00:00 2001 From: Bielefeld Robot Companion <biron@orac.(none)> Date: Tue, 22 Jul 2014 13:24:05 -0300 Subject: [PATCH] renamed right sidetable --- ps-grammar/gprs/gprs.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/gprs/gprs.jsgf b/ps-grammar/gprs/gprs.jsgf index 4abcb8d7..f7d8685f 100644 --- a/ps-grammar/gprs/gprs.jsgf +++ b/ps-grammar/gprs/gprs.jsgf @@ -39,7 +39,7 @@ public <task> = [<robot_name>] [(would | could) you] [please] <command> [please] <second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture; <appliance_class> = waste_bin | fridge | stove; -<shelf_class> = bar | side_board | (right side_table) | (left side_table); +<shelf_class> = bar | side_board | (right sidetable) | (left sidetable); <seat_class> = <seating_class>; <seating_class> = sofa | armchair | bed; <table_class> = (kitchen table) | hallway_table | dinner_table | couch_table ; -- GitLab