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

compatibility with Python3 for rosserial_arduino #554

Closed mcamurri closed 3 years ago

mcamurri commented 3 years ago

This modification is required for Python3 to find the local SerialClient module

mikepurvis commented 3 years ago

This was an unfortunate miss from the initial Python 3 porting effort, thanks.