Skip to content

Commit

Permalink
Issue corot/world_canvas#16: Filter annotations also by name
Browse files Browse the repository at this point in the history
  • Loading branch information
corot committed Jul 5, 2014
1 parent b0e433c commit f4fe84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srv/GetAnnotations.srv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4fe84e

Please sign in to comment.