This commit is contained in:
Atsushi Sakai
2018-01-14 16:42:03 -08:00
parent fe3df50c11
commit cae3de7752

View File

@@ -1,9 +1,9 @@
from unittest import TestCase
import sys
sys.path.append("./PathTracking/lqr/")
sys.path.append("./PathTracking/lqr_steer_control/")
from PathTracking.lqr import lqr_tracking as m
from PathTracking.lqr_steer_control import lqr_steer_control as m
print(__file__)