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] Support command line yaml parameter string #246

Closed
anup-pem opened this issue Jun 1, 2018 · 0 comments · Fixed by #471
Closed

[YAML parser] Support command line yaml parameter string #246

anup-pem opened this issue Jun 1, 2018 · 0 comments · Fixed by #471
Labels
enhancement New feature or request

Comments

@anup-pem
Copy link
Contributor

anup-pem commented Jun 1, 2018

#235 takes of supporting parsing YAML parameter file.

The above work needs to be extended to support command line string yaml parameters. The API that needs to be implemented for this functionality is

/// \brief Parse the YAML string, initialize and populate params_st
/// \param[in] yaml_string is the YAML parameter string to be parsed
/// \param[in/out] params_st points to the populated paramter struct
/// \return true on success and false on failure
RCL_YAML_PARAM_PARSER_PUBLIC
bool rcl_parse_yaml_file(
  const char * yaml_string,
  rcl_params_t * params_st);
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