You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the commit on equality which causes the tests to fail on branch nan-failed-comparison
Expected behavior
When floating point values are set to NaN, and the == equality operator is used to check messages are equal, it should return true when two messages have the same contents
Actual behavior
NaN's don't equal themselves, and the message equality evaluates as False.
Bug report
Required Info:
Steps to reproduce issue
See the commit on equality which causes the tests to fail on branch nan-failed-comparison
Expected behavior
When floating point values are set to NaN, and the
==
equality operator is used to check messages are equal, it should return true when two messages have the same contentsActual behavior
NaN's don't equal themselves, and the message equality evaluates as False.
Additional information
See ros2/rosidl#789 (comment)
I have a fix internally, I just need approval to share it open source.
Test Logs
The text was updated successfully, but these errors were encountered: