mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-31 09:30:45 +08:00
LPA*
This commit is contained in:
@@ -45,7 +45,7 @@ class rrtstar():
|
||||
if not isCollide(self, xnearest, xnew):
|
||||
self.V.append(xnew) # add point
|
||||
self.wireup(xnew, xnearest)
|
||||
# visualization(self)
|
||||
visualization(self)
|
||||
self.i += 1
|
||||
self.ind += 1
|
||||
if getDist(xnew, self.env.goal) <= 1:
|
||||
|
||||
Reference in New Issue
Block a user