.. _program_listing_file_README.md: Program Listing for File README.md ================================== |exhale_lsh| :ref:`Return to documentation for file ` (``README.md``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: md # ROS2 rcl YAML parameter parser Parse a YAML parameter file and populate the C data structure. Features are described in detail at [http://docs.ros2.org](http://docs.ros2.org/latest/api/rcl_yaml_param_parser/index.html) The data structure params_st will then be used during node initialization YAML parameter file should follow the yaml syntax shown below NOTE: It only supports canonical int and float types ``` : # optional : ros__parameters: : : # optional : : : ros__parameters: : : # optional : : ``` This package depends on C libyaml. ## Quality Declaration This package claims to be in the **Quality Level 1** category, see the [Quality Declaration](./QUALITY_DECLARATION.md) for more details.