add module setting for travis

This commit is contained in:
Atsushi Sakai
2019-07-15 12:02:05 +09:00
parent c0ecfbffe6
commit b14a97f153
4 changed files with 3 additions and 3 deletions

View File

@@ -1,14 +1,14 @@
"""
Path Planning with Bezier curve.
Path planning with Bezier curve.
author: Atsushi Sakai(@Atsushi_twi)
"""
import scipy.special
import numpy as np
import matplotlib.pyplot as plt
import numpy as np
import scipy.special
show_animation = True

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View File