ros-drivers / rosserial

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

Update SerialClient.py #551

Closed altineller closed 3 years ago

altineller commented 3 years ago

adds a shutdown hook for sending txStopRequest, and comments out the txtStopRequest before the thread_join.

mikepurvis commented 3 years ago

Looks reasonable, thanks.