teamspatzenhirn / rig_reconfigure

GUI tool for editing ROS 2 parameters at runtime
MIT License
79 stars 8 forks source link

Add button to set numerical parameters #25

Closed Alondruck closed 12 months ago

Alondruck commented 1 year ago

Each time you type something in the text box it automatically executes the function to set the parameter. To avoid inconveniences it would be better to have a button that executes this function to set all the parameters.

Apparently, this behavior happens with numerical parameters only (int and double). With string parameters, you have to press enter in the text box to set the parameter, which is fine.

ottojo commented 1 year ago

This behavior was recently adjusted for string parameters in #18. It seems useful to have the same behavior for numbers as well.

ping @authaldo

authaldo commented 12 months ago

Should be fixed in #27