add test for voronoi

This commit is contained in:
Atsushi Sakai
2017-12-25 11:58:05 -08:00
parent 52357a80a6
commit 1ac6df9f8d
3 changed files with 14 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ sys.path.append("./PathTracking/stanley_controller/")
from PathTracking.stanley_controller import stanley_controller as m
print("stanley controller test")
print(__file__)
class Test(TestCase):