We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad8d4f commit d7dddc8Copy full SHA for d7dddc8
PathPlanning/BSplinePath/bspline_path.py
@@ -11,7 +11,7 @@
11
import scipy.interpolate as scipy_interpolate
12
13
14
-def approximate_b_spline_path(x: list, y: list, n_path_points: int,
+def approximate_b_spline_path(x: int, y: list, n_path_points: int,
15
degree: int = 3) -> tuple:
16
"""
17
approximate points with a B-Spline path
0 commit comments