HBRS-SDP / ss22-ros2-perception

GNU General Public License v3.0
0 stars 3 forks source link

No support to add parameter descriptions in YAML file. #39

Open Shubham2S opened 2 years ago

Shubham2S commented 2 years ago

Dynamic parameters can be declared and optionally have Parameter Descriptors. Support for processing a parameter descriptor from the YAML file format would be an improvement. It may be more convenient for users to not have to specify parameter descriptors in code or to alter parameter settings without having to recompile.

Original issue from ros2 - issues#481 respective PR to follow - PR#533