setting parameters in ros launch file programatically
Hi All, I want to set the parameters value on the fly in launch file through command line option . Below is the way to achieve the same but in roscpp is there any API which can be used to search the param name from launch file and set the value in launch file.
roslaunch pkg file.launch arg_name:=arg_value arg2_name:=arg2_value