mirror of
https://github.com/Mobile-Robotics-W20-Team-9/UMICH-NCLT-SLAP.git
synced 2025-09-08 04:03:14 +00:00
Rename astar.py to Astar.py
This commit is contained in:
@@ -67,4 +67,4 @@ class Astar :
|
|||||||
visit_queue.put(nb_idx, f_score)
|
visit_queue.put(nb_idx, f_score)
|
||||||
queueed_flag[nb_idx] = 1
|
queueed_flag[nb_idx] = 1
|
||||||
|
|
||||||
return self_.extract_path(cur_node, parent_idx, start_idx), optimal
|
return self_.extract_path(cur_node, parent_idx, start_idx), optimal
|
Reference in New Issue
Block a user