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
Currently the parser is used by the C++ layer. But we should be able to move the calls to the parser in rcl and just provide the resulting C datastructure to the client libraries
The text was updated successfully, but these errors were encountered:
[parsing yaml] is actually done in rcl_yaml_param_parser and not rcl.
That package is currently depending on rcl to be able to use rcl types, so rcl cannot depenc on rcl_yaml_param_parser to avoid circular dependency.
Currently the parser is used by the C++ layer. But we should be able to move the calls to the parser in rcl and just provide the resulting C datastructure to the client libraries
The text was updated successfully, but these errors were encountered: