Files
PythonRobotics/tests/test_reeds_shepp_path_planning.py
Atsushi Sakai fa3692da3e test fixed
2018-02-07 23:42:30 -08:00

10 lines
197 B
Python

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