Skip to content

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

@anup-pem

Description

@anup-pem

#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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions