Can I pass a nav_msgs/Path message directly to local planner?
Hi. Within the move_base, the nav_msgs/Path is passed internally from the global planner to the local planner.
If I generate a path message with an external node, how can I pass it to the local planner within move_base? Should I always write a plugin that adheres to global planner interface? Is there a way to pass it as a "standard" ros message? Thanks!