This commit is contained in:
zhm-real
2020-07-25 13:14:54 -07:00
parent 44762d1a32
commit 2004b2b78d
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

+1 -1
View File
@@ -107,7 +107,7 @@ def main():
path = rrt.planning()
if path:
rrt.plotting.animation(rrt.vertex, path, "RRT", True)
rrt.plotting.animation(rrt.vertex, path, "Goal-bias RRT", True)
else:
print("No Path Found!")