dynamic_reconfigure in ROS
Can anyone explain me the use of dynamic_reconfigure
?
From its description it says that it can change the parameters on the ROS parameter server during runtime without killing the node, but I can also do that myself using rosparam set <parameter_name> <parameter_value
right?
What am I missing here?