File: rocon_interaction_msgs/RequestInteraction.srv
Raw Message Definition
# This is used between remocons and the interactions manager to request
# the launch of a remote application to interact with the concert.
# Name of the remocon doing the requesting
string remocon
# Hash id of the interaction being requested
int32 hash
---
# classifying start success/failure, see ErrorCodes.msg
int8 result
# human friendly string for debugging (usually upon error)
string message
Compact Message Definition
string remocon
int32 hash
int8 result
string message