Skip to content

Commit 24e2eea

Browse files
committed
fix typo
1 parent 57214cd commit 24e2eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PathPlanning/DynamicWindowApproach/dynamic_window_approach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import numpy as np
1111
import matplotlib.pyplot as plt
1212
from matplotrecorder import matplotrecorder
13-
matplotrecorder.donothing = False
13+
matplotrecorder.donothing = True
1414

1515

1616
class Config():

0 commit comments

Comments
 (0)