Global planner for multiple robots
Hi,
is there a global planner that would take into account multiple robots' locations and multiple goals? Or is there an interface to move_base that would enable writing one?
The nav_core::BaseGlobalPlanner is not flexible enough for something like that as it accepts only the initial and final position as the arguments. Any ideas how to achieve this?