Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support constant string #65

Open
stewpend0us opened this issue May 6, 2024 · 1 comment
Open

support constant string #65

stewpend0us opened this issue May 6, 2024 · 1 comment

Comments

@stewpend0us
Copy link

stewpend0us commented May 6, 2024

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
Copy link
Author

test_msgs/msg/Strings.msg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant