How do I run a unit test with different rosparams?
What is the best way to run a ROS unittest on a Python node multiple times using different rosparam parameters?
I know how to set rosparams within the test nodes, but I don't know how to force the node under test to re-read the parameters.
Thanks,
-Jon Stephan