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 #465

Open zaizhizhuang opened 4 years ago

zaizhizhuang commented 4 years ago

The 'send' function need return a vaule . ServiceServer callback if self.parent.send(self.id, data_buffer.getvalue()) >= 0: