PathPlanning icon indicating copy to clipboard operation
PathPlanning copied to clipboard

There is a problem in astar algorithm.

Open Killajam opened this issue 2 years ago • 1 comments

Hi zhm-real: In astart, you build a priority queue.However, it will have repetition point when update the f value of a point. I would like to know that how to avoid this situation or something i miss that you have already avioded this situation.`

Killajam avatar May 18 '22 09:05 Killajam

Can you clarify what you mean by "repetition point"?

Kchour avatar Jun 15 '22 11:06 Kchour