Move base global planners switching
Hi, After reading http://answers.ros.org/question/9888/switching-global-planner/
I've got some questions regarding the issue of switching global planner. As I can understand the global planner is a parameter of move_base, and it's displayed in the dynamic reconfigure but I cannot change it online?
I need to use different planners and different configurations controlled by a supervisor node. For now the options are:
Kill the move_base node and relaunch it ( roslaunch api ???)
Keep two move_base nodes online and simply reroute the goals.
Somehow change all parameters on the fly using dynamic_reconfigure.
Anyone has experience and doing something similiar, I think this would be a great addition to ros Navigation.
Thanks