This commit is contained in:
Atsushi Sakai
2018-05-05 09:58:44 +09:00
parent 96fb3171c2
commit 7b46f959d6

View File

@@ -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__)