Why rosparam load does not load the correct parameters?
I have been reading this page about rosparam and in it it explains rosparam dump so I did that. I got a yaml file with a parameter set to 0.5
No problem with that. Then I manually changed that value to 0.6 and I did
rosparam load dump2.yaml
and then I did
rosparam get theparam
and I still get 0.5 No matter what I do the param is not changed
In the original page it says "NOTE: this will add to the currently set values" What does that mean and does that have anything to do with this error?