Files
PythonRobotics/tests/test_move_to_pose.py
2018-08-14 16:19:09 +09:00

13 lines
200 B
Python

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