Concepts of parameters and services
I'm going through this tutorial ( http://www.ros.org/wiki/ROS/Tutorials... ) and am unclear about one thing. After setting a new parameter (rosparam set background_r 150), why we need to call clear service (rosservice call clear) to make the change take effect?
How do they work? Thanks!