Detecting host timeout in rosserial_arduino
How do you detect on the Arduino's end when the host has stopped responding with rosserial_arduino?
I'd like to implement a safety feature where if the host crashes or otherwise becomes unresponsive, the Arduino will immediately halt any motors. However, nothing in the documentation explains how to access the last read times from the node handle.