app_manager/ClientApp Message

File: app_manager/ClientApp.msg

Raw Message Definition

# like "android" or "web" or "linux"
string client_type

# like "intent = ros.android.teleop" and "accelerometer = true", used to choose which ClientApp to use
KeyValue[] manager_data

# parameters which just get passed through to the client app.
KeyValue[] app_data

Compact Message Definition

string client_type
app_manager/KeyValue[] manager_data
app_manager/KeyValue[] app_data