Skip to content

Commit

Permalink
Update dstar.py (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai authored Dec 22, 2023
1 parent b2f866a commit e3f7979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PathPlanning/DStar/dstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def main():
rx, ry = dstar.run(start, end)

if show_animation:
# plt.plot(rx, ry, "-r")
plt.plot(rx, ry, "-r")
plt.show()


Expand Down

0 comments on commit e3f7979

Please sign in to comment.