Skip to content

Commit b14a97f

Browse files
author
Atsushi Sakai
committed
add module setting for travis
1 parent c0ecfbf commit b14a97f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

PathPlanning/BezierPath/bezier_path.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"""
22
3-
Path Planning with Bezier curve.
3+
Path planning with Bezier curve.
44
55
author: Atsushi Sakai(@Atsushi_twi)
66
77
"""
88

9-
import scipy.special
10-
import numpy as np
119
import matplotlib.pyplot as plt
10+
import numpy as np
11+
import scipy.special
1212

1313
show_animation = True
1414

PathPlanning/RRT/__init__.py

Whitespace-only changes.

PathPlanning/RRTStar/Figure_1.png

117 KB
Loading

PathPlanning/RRTStar/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)