Skip to content

Commit

Permalink
Extra comments explaining that we use requested annotations' type
Browse files Browse the repository at this point in the history
instead of topic_type if pub_as_list is false.
  • Loading branch information
corot committed Jun 22, 2014
1 parent a009663 commit b0e433c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion srv/PubAnnotationsData.srv
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Request server to publish annotations' data for a list of annotation identifiers
# If pub_as_list is true, annotations will be packed in a list before publishing,
# so topic_type must be an array of the requested annotations
# so topic_type must be an array of the requested annotations. However, if is false,
# topic_type is just ignored and the published topic type is obtained from one of
# the annotations in the list
# NOTE: in both cases, all annotations must be of the same type

uuid_msgs/UniqueID[] annotation_ids
string topic_name
Expand Down

0 comments on commit b0e433c

Please sign in to comment.