From f4fe84eda40eeec42fe66de2393aa0e56e6776cd Mon Sep 17 00:00:00 2001 From: corot Date: Sat, 5 Jul 2014 18:01:57 +0200 Subject: [PATCH] Issue https://github.com/corot/world_canvas/issues/16: Filter annotations also by name --- srv/GetAnnotations.srv | 1 + 1 file changed, 1 insertion(+) diff --git a/srv/GetAnnotations.srv b/srv/GetAnnotations.srv index fa168fd..a51545a 100644 --- a/srv/GetAnnotations.srv +++ b/srv/GetAnnotations.srv @@ -2,6 +2,7 @@ # The only one mandatory is world_id; empty arrays are ignored uuid_msgs/UniqueID world_id uuid_msgs/UniqueID[] ids # Retrieved annotation uuid is within this list +string[] names # Retrieved annotation name is within this list string[] types # Retrieved annotation type is within this list string[] keywords # Retrieved annotation has AT LEAST one of these keywords string[] filter_by_some_other_constraint1 # TBD; ignored