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

[YAML parser] Be able to use the parser in rcl without circular dependency #252

Closed
mikaelarguedas opened this issue Jun 5, 2018 · 1 comment · Fixed by #470
Closed
Labels
enhancement New feature or request

Comments

@mikaelarguedas
Copy link
Member

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

@dhood
Copy link
Member

dhood commented Sep 14, 2018

quoting @mikaelarguedas from ros2/rclcpp#488 (comment) for additional description:

[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.

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

Successfully merging a pull request may close this issue.

2 participants