A* algorithm in vehicular network
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I just want to use A* algorithm for finding the shortest path. Can you please help me
0 comentarios
Respuestas (1)
Vidip
el 15 de Mayo de 2024
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 comentarios
Ver también
Categorías
Más información sobre Robotics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!