ai-winter / ai-winter/python_motion_planning
An error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported import in python_motion_planning/global_planner/graph_search/graph_search.py and inspect how GraphSearcher is imported during module initialization. Trace the circular dependency and verify that importing GraphSearcher completes without the reported ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- robotics
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100