ros-drivers / rosserial

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

Fix bug: assign the md5 for service #449

Closed tongtybj closed 4 years ago

tongtybj commented 4 years ago

Fix the bug related to #446 .

serivce_md5_ is used in following function: https://github.com/tongtybj/rosserial/blob/9f9ab3ee71e00e48c69032096ec9e96f896a9724/rosserial_server/include/rosserial_server/topic_handlers.h#L173

mikepurvis commented 4 years ago

Perfect, thanks for checking this!