Skip to content

Commit f50719b

Browse files
committed
Update dstar.py
1 parent b574be0 commit f50719b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PathPlanning/DStar/dstar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def main():
245245
rx, ry = dstar.run(start, end)
246246

247247
if show_animation:
248-
# plt.plot(rx, ry, "-r")
248+
plt.plot(rx, ry, "-r")
249249
plt.show()
250250

251251

0 commit comments

Comments
 (0)