Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

md5 checksum of geometry_msgs/PoseWithCovariance is wrong #23

Open
kt3k opened this issue Apr 16, 2019 · 1 comment
Open

md5 checksum of geometry_msgs/PoseWithCovariance is wrong #23

kt3k opened this issue Apr 16, 2019 · 1 comment

Comments

@kt3k
Copy link

kt3k commented Apr 16, 2019

The calculation of md5 checksum of geometry_msgs/PoseWithCovariance seems wrong. It should be c23e848cf1b7533a8d7c259073a97e6f according to rosmsg md5 command, but gengo produces 620fbdfad1a8bc89c4d876fdb4ffa7f8 for this. The sums of all child nodes Point, Quaternion, Pose are correct.

@kt3k
Copy link
Author

kt3k commented Apr 16, 2019

BTW I was able to calculate the correct number by the following settings (using md5(Pose) = e45d45a5a1ce597b249e23fb30fc871f).

$ cat pose.txt 
e45d45a5a1ce597b249e23fb30fc871f pose
float64[36] covariance
$ md5 pose.txt 
MD5 (pose.txt) = c23e848cf1b7533a8d7c259073a97e6f

I guess something wrong around the handling of float64[36] covariance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant