Included features (#644)

* Included features

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Added feedback

Signed-off-by: ahcorde <ahcorde@gmail.com>

* fix on rcl_yaml_param_parser doxygen

Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
Alejandro Hernández Cordero 2020-05-08 08:48:03 +02:00 committed by GitHub
parent 728b8b89bd
commit 0f0424fe7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 9 deletions

View file

@ -1,6 +1,8 @@
**ROS2 rcl YAML paramter parser**
Parse a YAML parameter file and populate the C data structure
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
@ -24,7 +26,7 @@ NOTE: It only supports canonical int and float types
<field2_name>: <field2_value>
```
This package depends on C libyaml
This package depends on C libyaml.
## Quality Declaration