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

RecursionError: maximum recursion depth exceeded in comparison #2

Open
WhiteHero opened this issue Nov 15, 2023 · 1 comment
Open

Comments

@WhiteHero
Copy link

about JPS , i have ues one point as obstacle, it doesn't work

saying that:
File "F:\ceshi1\python_motion_planning-master\example\global_example.py", line 40, in
planner.run()
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\a_star.py", line 143, in run
(cost, path), expand = self.plan()
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 77, in plan
jp = self.jump(node, motion)
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 136, in jump
return self.jump(new_node, motion)
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 136, in jump
return self.jump(new_node, motion)
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 136, in jump
return self.jump(new_node, motion)
[Previous line repeated 989 more times]
File "F:\ceshi1\python_motion_planning-master\global_planner\graph_search\jps.py", line 121, in jump
if new_node == self.goal:
File "F:\ceshi1\python_motion_planning-master\utils\environment\node.py", line 49, in eq
return self.current == node.current
RecursionError: maximum recursion depth exceeded in comparison

@ai-winter
Copy link
Owner

@WhiteHero

Please provide your experimental scenario map for reproducing the issue and fixing it.

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

2 participants