ros-drivers / rosserial

A ROS client library for small, embedded devices, such as Arduino. See: http://wiki.ros.org/rosserial
508 stars 527 forks source link

How can I force connection reset from the device side #540

Open altineller opened 3 years ago

altineller commented 3 years ago

When my rosserial_tivac microcontroller resets, I want the rosserial on the host computer quit as well.

Can I accomplish this by calling a function of node handle?

Best regards, C.