python_motion_planning icon indicating copy to clipboard operation
python_motion_planning copied to clipboard

An error

Open guest-oo opened this issue 1 year ago • 4 comments

from graph_search import GraphSearcher ImportError: cannot import name 'GraphSearcher' from partially initialized module 'graph_search' (most likely due to a circular import) (D:\python_motion_planning-master\python_motion_planning-master\python_motion_planning\global_planner\graph_search\graph_search.py)

guest-oo avatar Oct 16 '24 02:10 guest-oo

Thanks for your report. Could you please provide your code context?

omigeft avatar Oct 16 '24 10:10 omigeft

This is my problem, my code is used incorrectly, but ask how D*-lite is used in a dynamic environment.

guest-oo avatar Oct 16 '24 10:10 guest-oo

You can refer to the OnPress function in d_star_lite.py.

omigeft avatar Oct 16 '24 12:10 omigeft

I've read this code and understand it as clicking to get a new environment, but I don't know how to use it.

guest-oo avatar Oct 16 '24 12:10 guest-oo