mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-31 01:20:51 +08:00
update
This commit is contained in:
@@ -218,7 +218,7 @@ class RrtStar:
|
||||
continue
|
||||
|
||||
for node_c in node.child:
|
||||
node_c.cost = self.get_new_cost(node, node_c)
|
||||
node_c.Cost = self.get_new_cost(node, node_c)
|
||||
OPEN.put(node_c)
|
||||
|
||||
def extract_path(self, node_end):
|
||||
|
||||
Reference in New Issue
Block a user