diff --git a/PathPlanning/Eta3SplinePath/animation.gif b/PathPlanning/Eta3SplinePath/animation.gif new file mode 100644 index 00000000..92a3e06a Binary files /dev/null and b/PathPlanning/Eta3SplinePath/animation.gif differ diff --git a/PathPlanning/Eta3SplinePath/eta3_spline_path.py b/PathPlanning/Eta3SplinePath/eta3_spline_path.py index 2fcac09f..25ffa70c 100644 --- a/PathPlanning/Eta3SplinePath/eta3_spline_path.py +++ b/PathPlanning/Eta3SplinePath/eta3_spline_path.py @@ -278,6 +278,7 @@ def test3(): plt.xlabel('x') plt.ylabel('y') plt.title('Path') + plt.pause(1.0) plt.show()