We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fb317 commit 7b46f95Copy full SHA for 7b46f95
tests/test_LQR_planner.py
@@ -3,7 +3,7 @@
3
import sys
4
sys.path.append("./PathPlanning/LQRPlanner")
5
6
-from PathPlanning.LQRPlanner import LQRPlanner as m
+from PathPlanning.LQRPlanner import LQRplanner as m
7
8
print(__file__)
9
0 commit comments