Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error about LPAstar #47

Open
guest-oo opened this issue Oct 21, 2024 · 0 comments
Open

An error about LPAstar #47

guest-oo opened this issue Oct 21, 2024 · 0 comments

Comments

@guest-oo
Copy link

Traceback (most recent call last):
File "C:\Users\user\Desktop\A-star-improve\PathPlanning-master\PathPlanning-master\Search_based_Planning\Search_2D\LPAstar.py", line 256, in
main()
File "C:\Users\user\Desktop\A-star-improve\PathPlanning-master\PathPlanning-master\Search_based_Planning\Search_2D\LPAstar.py", line 252, in main
lpastar.run()
File "C:\Users\user\Desktop\A-star-improve\PathPlanning-master\PathPlanning-master\Search_based_Planning\Search_2D\LPAstar.py", line 47, in run
self.ComputeShortestPath()
File "C:\Users\user\Desktop\A-star-improve\PathPlanning-master\PathPlanning-master\Search_based_Planning\Search_2D\LPAstar.py", line 87, in ComputeShortestPath
if v >= self.CalculateKey(self.s_goal) and
File "C:\Users\user\Desktop\A-star-improve\PathPlanning-master\PathPlanning-master\Search_based_Planning\Search_2D\LPAstar.py", line 142, in CalculateKey
return [min(self.g[s], self.rhs[s]) + self.h(s),
KeyError: (45, 45)

进程已结束,退出代码1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant