File: turtlebot_app_manager/InstallApp.srv
Raw Message Definition
# Name of the app to install or upgrade
string name
---
# true if app started, false otherwise
bool installed
# response message for debugging
string message
Compact Message Definition
string name
bool installed
string message