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
@iquater Thanks for opening the issue. This is not currently supported, but it's a desired feature.
A PR adding support to special floating point values is more than welcomed.
ros2 launch raises an exception while parsing list with .nan value
Steps to reproduce issue
Create python or cpp package:
launch file:
configuration file
Expected behavior
Yaml parser should treat .nan as valid double (or float) value.
Actual behavior
Yaml parser treats .nan as string and throws exception:
RuntimeError: Failed to parse yaml params file '/tmp/test.yaml': Sequence should be of same type. Value type 'string' do not belong at line_num 4
The text was updated successfully, but these errors were encountered: