Mobile robot path planning- Valid or feasible path
4 ビュー (過去 30 日間)
古いコメントを表示
Am trying to build a genetic algorithm to find the shortest path. findpath() use A* which is build in.
My question is: Is there a function or method to examine new generated path that is valid or not?
0 件のコメント
回答 (1 件)
Ajay Pattassery
2020 年 9 月 30 日
You can use statevalidator to validate whether a state is valid or not. Also the path generated between states can also be validated.
validatorOccupancyMap is a state validator based on 2-D grid map. This might be helpful for your case of validating A* path(Assuming 2D scenario).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!