From 98911528c5373003279414655adc0c375cfba552 Mon Sep 17 00:00:00 2001
From: "rc@thorium" <robocup-adm@thorium>
Date: Wed, 21 Jun 2023 20:46:20 +0200
Subject: [PATCH] owl: describe_side

---
 psGrammar/demos/owl_commands.jsgf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/psGrammar/demos/owl_commands.jsgf b/psGrammar/demos/owl_commands.jsgf
index ae18f5d0..2d2045a5 100644
--- a/psGrammar/demos/owl_commands.jsgf
+++ b/psGrammar/demos/owl_commands.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar commands;
 
-public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <lookAt> | <trash> | <drop> | <nothing> | <search> | <describe> | <difference> | <take> | <give> | <count> | <explain> | <store_groceries> | <serve_breakfast> );
+public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followMe> | <followHand> | <gravity> | <exit> | <lookAt> | <trash> | <drop> | <nothing> | <search> | <describe> | <difference> | <take> | <give> | <count> | <explain> | <store_groceries> | <serve_breakfast> | <describe_side>);
 
 <robot> = (tobi | robot | tiago);
 
@@ -27,6 +27,7 @@ public <command> = [<robot>] ( <introduce> | <save> | <wait> | <goTo> | <followM
 <search> = ( search for [a] [waving] person);
 
 <describe> = (tell me what you see);
+<describe_side> = (tell me what is on top of the side table);
 <difference> = (spot the difference);
 
 <take> = (handover);
-- 
GitLab