We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For our models the booleans are defined as "true" and "false", this means we have to lower case the obtained types before we dump the models, see: https://github.com/ipa320/ros_model_parser/blob/master/src/ros_metamodels/rossystem_metamodel_core.py#L115-L116
We are considering this when we set the value for Structs https://github.com/ipa320/ros_model_parser/blob/master/src/ros_metamodels/rossystem_metamodel_core.py#L139-L140 but now for lists:
The text was updated successfully, but these errors were encountered:
ipa-nhg
hsd-dev
No branches or pull requests
For our models the booleans are defined as "true" and "false", this means we have to lower case the obtained types before we dump the models, see: https://github.com/ipa320/ros_model_parser/blob/master/src/ros_metamodels/rossystem_metamodel_core.py#L115-L116
We are considering this when we set the value for Structs https://github.com/ipa320/ros_model_parser/blob/master/src/ros_metamodels/rossystem_metamodel_core.py#L139-L140 but now for lists:
The text was updated successfully, but these errors were encountered: