File: rocon_app_manager_msgs/Rapp.msg
Raw Message Definition
# This is the message that gets published in list_rapps. Do not think of it as the
# 'rapp' definition (since that is quite varied -> ancestor, virtual, child, implementation)
# Rather it is the published list of rapps with the required information for the concert
# and some introspection.
# app name (ros resource name format, i.e. pkg/name, e.g. turtle_concert/teleop)
string name
# user-friendly display name
string display_name
string description
# a rocon uri string indicating platform compatibility
string compatibility
string status
# a list of implementations
string[] implementations
# A preferred rapp for virtual rapp
string preferred
# icon for showing the app
rocon_std_msgs/Icon icon
# public interface and parameters
rocon_std_msgs/KeyValue[] public_interface
rocon_std_msgs/KeyValue[] public_parameters
Compact Message Definition