Navigation Stack's Global Planning Algorithm
What kind of algorithm is used for global planner?
I've already read a paper on nav stack, "The Office Marathon".
The paper says that global planner assumes that A* algorithm is used.
And it also refer to a paper "A gradient method for realtime robot control".
Once I asked a similar question and got the latter method is used as global planner.
http://answers.ros.org/question/37332/an-algorithm-used-for-navigation-stack/
A* algorithm is used for ... what ?
Thanks in advance.