fix Dynamic window approach bug and add a test for it

This commit is contained in:
Atsushi Sakai
2018-01-16 14:47:15 -08:00
parent 39c47c115d
commit 47f486cd83
4 changed files with 28 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
from unittest import TestCase
from PathPlanning.DynamicWindowApproach import dynamic_window_approach as m
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.main()