Files
PythonRobotics/tests/test_eta3_spline_path.py
Atsushi Sakai a14d2fc9fe test is added
2018-07-15 11:23:32 +09:00

11 lines
189 B
Python

from unittest import TestCase
from PathPlanning.Eta3SplinePath import eta3_spline_path as m
class Test(TestCase):
def test1(self):
m.show_animation = False
m.main()