Skip to content

Commit ff63950

Browse files
committed
commit test
1 parent fb61427 commit ff63950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathPlanning/LatticePlanner/model_predictive_trajectory_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
maxiter = 1000
1515
h = np.matrix([0.1, 0.002, 0.002]).T # parameter sampling distanse
1616

17-
# matplotrecorder.donothing = True
17+
matplotrecorder.donothing = True
1818

1919

2020
def plot_arrow(x, y, yaw, length=1.0, width=0.5, fc="r", ec="k"):

0 commit comments

Comments
 (0)