automotive_navigation_msgs/ModuleState Message

File: automotive_navigation_msgs/ModuleState.msg

Raw Message Definition

# Module State Message
# Contains the state of a module

std_msgs/Header header

string name     # Module's name of the source node of this message

string state    # Current state

string info     # Information on current state


Compact Message Definition

std_msgs/Header header
string name
string state
string info