File: google_glass_driver/ImageMessage.msg
Raw Message Definition
#This message file is used to send image messages from a robot to Glass
int64 LOW_PRIORITY = 0 #Alert the user the message has come in but do not interrupt
int64 HIGH_PRIORITY = 1 #Interrupt the user and cause the message to pop up automatically
string sender #The name of the robot sending the text message
string text #The body of text to be sent with the message. This should be short, ~100 characters, explains the context of the photo
string base64_image #The image to send with the message encoded as a base64 string
int64 priority #See notes on constants
Compact Message Definition
int64 LOW_PRIORITY=0
int64 HIGH_PRIORITY=1
string sender
string text
string base64_image
int64 priority