uml-robotics / ROS.NET

ROS.NET: ROS Client Library for Windows Development in C#
BSD 2-Clause "Simplified" License
93 stars 52 forks source link

Issue Report: Service MD5 Wrong #7

Closed mikefoxnobel closed 10 years ago

mikefoxnobel commented 10 years ago

The project "SecondPass" can't calculate the right MD5 for services. E.g. the MD5 of "sensor_msgs/SetCameraInfo" should be "bef1......", but the project calculate it as "d3e7......"

mikefoxnobel commented 10 years ago

The problem is not in "SecondPass". The problem is because the "ServiceDefinition" should not contains comments and empty rows. I'm trying to solve.

mikefoxnobel commented 10 years ago

I fixed this issue, and sent the pull request.