Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e3f7979

Browse files
Update dstar.py (AtsushiSakai#959)
1 parent b2f866a commit e3f7979

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)

AltStyle によって変換されたページ (->オリジナル) /