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
Perhaps this issue can be closed, as I don't think we can fix it from genmsg?
genmsg provides the parsing logic and the cross-language API. So the concept needs to be added here first and then genpy can use it to generate Python specific code. gencpp (and other languages) will need to be updated accordingly.
In cases where constants in messages are set to special floats, for example:
The successfully generated Python script declare those as:
However, those causes
NameError
asnan
,inf
don't exist.The following works in Python:
The text was updated successfully, but these errors were encountered: