You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for impressive work! I noticed that in your article you mentioned that for path searching you use A*. The name of the file in the repository is dyn_a_star.cpp. What is that "dyn" meaning there? Is the path searching done by pure A*, or does the name mean that it is "dynamic A*" (same as D*)? And if it is dynamic A*, where is the modification of arc costs done in the code?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @bigsuperZZZX,
thanks for impressive work! I noticed that in your article you mentioned that for path searching you use A*. The name of the file in the repository is dyn_a_star.cpp. What is that "dyn" meaning there? Is the path searching done by pure A*, or does the name mean that it is "dynamic A*" (same as D*)? And if it is dynamic A*, where is the modification of arc costs done in the code?
Thanks in advance!
The text was updated successfully, but these errors were encountered: