Files
PythonRobotics/tests/test_fast_slam1.py
2018-03-14 23:44:20 -07:00

13 lines
187 B
Python

from unittest import TestCase
from SLAM.FastSLAM1 import fast_slam1 as m
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.main()