zhm-real 5 år sedan
förälder
incheckning
ac04f2e67b

+ 1 - 1
Search-based Planning/Search_2D/Anytime_D_star.py

@@ -106,7 +106,7 @@ class ADStar:
                     self.ComputeOrImprovePath()
                     self.plot_visited()
                     self.plot_path(self.extract_path())
-                    plt.plot(self.title)
+                    # plt.plot(self.title)
                     self.visited = set()
 
                     if self.eps <= 1.0:

BIN
Search-based Planning/gif/ADstar_small.gif