automotive_navigation_msgs/CommandWithHandshake Message

File: automotive_navigation_msgs/CommandWithHandshake.msg

Raw Message Definition

# General Command Message
# Contains a command and a message counter that can be used for handshaking

std_msgs/Header header

uint8 msg_counter   # Increments each time a command is sent
                    # An acknowledge message should be published with this value

int16 command       # The command value


Compact Message Definition

std_msgs/Header header
uint8 msg_counter
int16 command