This commit is contained in:
Atsushi Sakai
2018-08-17 21:31:38 +09:00
parent cf4ab5a768
commit 63a476f65f

View File

@@ -0,0 +1,14 @@
from unittest import TestCase
from ArmNavigation.n_joint_arm_to_point_control import n_joint_arm_to_point_control as m
import sys
sys.path.append("./ArmNavigation/n_joint_arm_to_point_control/")
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.animation()