ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you want to change parameters values during the node execution then yes dynamic_reconfigure is what you are looking for. Moreover you have the package rqt_reconfigure creating the GUI for you.
You should check #q175010 comparing server parameters and dynamic reconfigure.