Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
corot committed May 23, 2014
1 parent 620389b commit 2aff26d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ add_service_files(
RenameMap.srv
SaveMap.srv
GetAnnotations.srv
GetAnnotationsData.srv
LoadAnnotationsData.srv
SaveAnnotationsData.srv
)
Expand Down
10 changes: 10 additions & 0 deletions srv/GetAnnotationsData.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Request annotations' data for a list of annotation identifiers

uuid_msgs/UniqueID[] annotation_ids

---
# What went wrong, if anything
bool result
string message

AnnotationData[] data

0 comments on commit 2aff26d

Please sign in to comment.