File: openraveros/module_sendcommand.srv
Raw Message Definition
# Sends a command to the problem. The function doesn't return until
# the string command to send the problem
# id of module to send command to.
uint32 id
string cmd
---
# the concatenated output of all the problems that the command is sent to
string output
Compact Message Definition
uint32 id
string cmd
string output