mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 19:37:58 -05:00
fix test
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user