PathPlanning
PathPlanning copied to clipboard
There is a problem in astar algorithm.
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.`
Can you clarify what you mean by "repetition point"?