Files
PythonRobotics/tests/test_voronoi_path_planner.py
2017-12-25 11:58:05 -08:00

12 lines
205 B
Python

from unittest import TestCase
from PathPlanning.VoronoiRoadMap import voronoi_road_map as m
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.main()