ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

Change the substitution of spaces #144

Closed Flova closed 4 years ago

Flova commented 4 years ago

Currently, spaces in group names get substituted to underscores. It is impossible to set spaces in the group names. Removing the whole replacement works for me, but maybe it is implemented for some edge case. So i added the escape sequence \_ as seen in pull request ros-visualization/rqt_reconfigure/pull/63 in the rqt gui. It would be nice, if the replace gets removed or the spaces get replaced to the escape sequence.