mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-17 15:54:22 -05:00
test appveyor
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
if 'cvxpy' not in sys.modules:
|
if 'cvxpy' in sys.modules:
|
||||||
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
|
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
|
||||||
|
|
||||||
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m
|
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m
|
||||||
|
|||||||
Reference in New Issue
Block a user