A* algorithm in vehicular network
1 回表示 (過去 30 日間)
古いコメントを表示
I just want to use A* algorithm for finding the shortest path. Can you please help me
0 件のコメント
回答 (1 件)
Vidip
2024 年 5 月 15 日
I understand that you want to use A* algorithm for finding the shortest path, you can use ‘plannerAStarGrid’, it creates an A* path planner. The planner performs an A* search on an occupancy map and finds shortest obstacle-free path between the specified start and goal grid locations as determined by heuristic cost.
For more information, you can refer to the documentation link below –
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!