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
Finally found the error to be how the model gets saved into the file and how the parser expects it to be structured. These two don't match so the parser only parses a part of the model.
Rosmodel-Parser Code
Ros-metamodel-core Code
Solution:
Rearange the expected structure inside the rosmodel-parser to meet the metamodel definition :
The text was updated successfully, but these errors were encountered:
Description
Running the Rosmodel-parser with Service-Clients and Servers results in wrong results.
Steps to reproduce:
Expected behaviour:
All interfaces should show up (pubs, subs, ...):
Actual behaviour:
Error/Bug:
Finally found the error to be how the model gets saved into the file and how the parser expects it to be structured. These two don't match so the parser only parses a part of the model.
Rosmodel-Parser Code
Ros-metamodel-core Code
Solution:
Rearange the expected structure inside the rosmodel-parser to meet the metamodel definition :
The text was updated successfully, but these errors were encountered: