dynamic parameters for diff_drive_controller
I need to change controller's parameter (left and right wheel radius) during run time. Currently the robot has two types of wheels which will switch during run time but these two wheels are not in the same size.
Is there a way to dynamically change the parameter of diff drive controller? or possibly restart the diff drive node
Would it work to unload and reload the
diff_drive_controller
using thecontroller_manager
's services?It will probably work, never thought about it I will try it out later/