For my application it would be nice to add string parameters and list parameters to the parameter server. For example, I would like to have topic names and frame_ids configurable via parameters. But for this I need string parameters.
Is there already a feature which can be used for this? Is there a chance that this will be implemented in the near future?
Or maybe someone can tell me what would have to be adapted for this, so that I can implement this extension myself.
Is there a reason why only float, int and boolean parameters were implemented, but strings and lists were omitted?