Skip to content

Commit edc3081

Browse files
committed
Black and Isort fix
1 parent 0614960 commit edc3081

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/LocalPathPlanning/FSAE_PathPlanning/FSAE_local_path_planning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def get_translation(
233233
fig.subplots_adjust(wspace=0.1, hspace=0.5)
234234

235235
for i in range(len(test_data)):
236-
237236
red = get_traffic_cone_matrix(np.array(test_data[i]), 2) # 左侧锥桶位置矩阵
238237
blue = get_traffic_cone_matrix(np.array(test_data[i]), 11) # 右侧锥桶位置矩阵
239238
local_path = local_path_fitting(red, blue, translation_dis=1.5) # 规划出的局部路径矩阵

src/utilities/discrete_curve_funcs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import numpy as np
99
import numpy.typing as npt
10-
1110
from numpy_additional_funcs import normalize_angle
1211

1312

0 commit comments

Comments
 (0)