Navigation with (x,y) goals (no angle)
Is it possible in the navigation stack to specify a goal just as XY coordinates, not specifying the final orientation of the robot?
I guess it could be achieved by subscribing to the feedback and cancelling the goal as soon as the robot it's close enough to the target, but that may generate suboptimal plans.
Any ideas?