add plt pause in astar path display

This commit is contained in:
Erwin Lejeune
2020-04-16 18:38:09 +02:00
parent 0400ce3ad9
commit b827b3e2ee

View File

@@ -271,6 +271,7 @@ def main():
if show_animation: # pragma: no cover
plt.plot(rx, ry, "-r")
plt.show()
plt.pause(0.001)
if __name__ == '__main__':