ros2cs icon indicating copy to clipboard operation
ros2cs copied to clipboard

support constant string

Open stewpend0us opened this issue 3 months ago • 1 comments

msg file:

string NAME0="string value 0"

works fine for c++ but not working in c#. here's the message I get:

Unable to parse field defined as 'FieldDeclaration { Type = string, Identifier = NAME0, Value = "string value 0", IsArray = False, ArrayLength = , InlineComment = , IsUpperBounded = False }': Invalid constant value type 'string'.

stewpend0us avatar May 06 '24 15:05 stewpend0us