5.2.3.1. msgRosIot.action¶
5.2.3.1.1. Description¶
In order for the client and server to communicate, we need to define a few messages on which they communicate. This is with an action specification. This defines the Goal, Feedback, and Result messages with which clients and servers communicate
# goal
string protocol
string mode
string topic
string message
# result
bool flag_success
# feedback
int8 percentage_complete