rcl icon indicating copy to clipboard operation
rcl copied to clipboard

yaml tag full support in rcl_yaml_param_parser

Open fujitatomoya opened this issue 3 years ago • 6 comments

Feature request

Feature description

discussion https://github.com/ros2/rcl/pull/999#issuecomment-1370387037, it would be better to support yaml tag full support, not only with !!str.

Implementation considerations

Reference implementation can be https://github.com/ros2/rcl/pull/999 which added !!str tag.

fujitatomoya avatar Jan 04 '23 16:01 fujitatomoya

CC: @Barry-Xu-2018

fujitatomoya avatar Jan 04 '23 16:01 fujitatomoya

@fujitatomoya

yaml tag timestamp, need a regex check, which need compiling in a regex related library, and ros2 parameter type does not support timestamp, do we really need it?

llapx avatar Jan 12 '23 03:01 llapx

#1032

llapx avatar Feb 02 '23 02:02 llapx