world_canvas_msgs/GetAnnotations Service

File: world_canvas_msgs/GetAnnotations.srv

Raw Message Definition

# Various combinations of these filter criteria trigger various results
# The only one mandatory is world_name; empty arrays are ignored
string world
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
uuid_msgs/UniqueID[] relationships # Retrieve annotations related to those on this list

----

# What went wrong, if anything
bool result
string message

Annotation[] annotations

Compact Message Definition

string world
uuid_msgs/UniqueID[] ids
string[] names
string[] types
string[] keywords
uuid_msgs/UniqueID[] relationships

bool result
string message
world_canvas_msgs/Annotation[] annotations