ros2cs icon indicating copy to clipboard operation
ros2cs copied to clipboard

support hex format

Open stewpend0us opened this issue 3 months ago • 0 comments

msg file:

int32 FAULT_OVER_TEMP=0x00000001
...
int32 FAULT_LAST=0x8000000

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

Unable to parse field defined as 'FieldDeclaration { Type = uint32, Identifier = FAULT_OVER_TEMP, Value = 0x00000001, IsArray = False, ArrayLength = , InlineComment = , IsUpperBounded = False }': The input string '0x00000001' was not in a correct format.

stewpend0us avatar May 06 '24 15:05 stewpend0us