What are the procedures that should be taken when there is a line of sight between two points in Theta star algorithm?

牧云@^-^@ 提交于 2019-12-11 05:21:20

问题


I'm working on Theta star algorithm and I need to implement in Python. As you all know, theta star depends on line-of-sight in its work. When there is a line-of-sight between two points, what will be the procedure here after discovering the line-of-sight?.

I know, if there is no line-of-sight, it will work as Astar algorithm, but what about the procedure after discovering there is a line-of-sight, what the algorithm will do here?

来源:https://stackoverflow.com/questions/57565748/what-are-the-procedures-that-should-be-taken-when-there-is-a-line-of-sight-betwe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!