mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
fix test
This commit is contained in:
@@ -3,7 +3,7 @@ from unittest import TestCase
|
||||
import sys
|
||||
sys.path.append("./PathPlanning/LQRPlanner")
|
||||
|
||||
from PathPlanning.LQRPlanner import LQRPlanner as m
|
||||
from PathPlanning.LQRPlanner import LQRplanner as m
|
||||
|
||||
print(__file__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user