Hi, I wish to know which algorithm is being used by the findpath function in mobile robotics (robotics system toolbox)

Which path planning algorithm is being used by the findpath function in mobile robotics (robotics system toolbox)?

 Accepted Answer

3 Comments

Hi, thanks for your answer, but PRMs are being used to generate the roadmap. I wish to know once we have the roadmap, which algorithm is being used to find the path from start to goal. Kindly let me know.
The code uses A*
Reference: /Applications/MATLAB_R2018b.app/toolbox/robotics/robotalgs/+robotics/+algs/+internal/PathFinder.m invokes roadmap.aStar which invokes robotics.algs.internal.PlannerGraph which says
% aStar - Perform A* search algorithm

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!