Files
PythonRobotics/tests/test_two_joint_arm_to_point_control.py
2018-08-15 16:54:32 +09:00

13 lines
242 B
Python

from unittest import TestCase
from ArmNavigation.two_joint_arm_to_point_control import two_joint_arm_to_point_control as m
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.animation()