
* Support parameter YAML string value parsing. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com> * Address peer review comments. - Improve test coverage using new getter API. - Unify function return style and improve readability. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com> * Clean up allocations in rcl_yaml_param_parser package tests. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
24 lines
850 B
XML
24 lines
850 B
XML
<?xml version="1.0"?>
|
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="2">
|
|
<name>rcl_yaml_param_parser</name>
|
|
<version>0.7.4</version>
|
|
<description>Package containing various utility types and functions for C</description>
|
|
<maintainer email="anup.pemmaiah@apex.ai">Anup Pemmaiah</maintainer>
|
|
<license>Apache License 2.0</license>
|
|
|
|
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
|
|
|
<depend>libyaml_vendor</depend>
|
|
<depend>yaml</depend>
|
|
<build_depend>rcutils</build_depend>
|
|
|
|
<test_depend>ament_cmake_gtest</test_depend>
|
|
<test_depend>ament_lint_common</test_depend>
|
|
<test_depend>ament_lint_auto</test_depend>
|
|
<test_depend>osrf_testing_tools_cpp</test_depend>
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|