A* algorithm in vehicular network

I just want to use A* algorithm for finding the shortest path. Can you please help me

回答 (1 件)

Vidip
Vidip 2024 年 5 月 15 日

0 投票

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 –

カテゴリ

製品

リリース

R2018a

タグ

質問済み:

2022 年 11 月 11 日

回答済み:

2024 年 5 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by