Files
PythonRobotics/tests/test_batch_informed_rrt_star.py
Atsushi Sakai 3776b5fbf0 test is added
2018-06-16 21:22:08 +09:00

13 lines
218 B
Python

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