mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-29 08:34:46 +08:00
d
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
Binary file not shown.
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user