We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060ca29 commit 3751287Copy full SHA for 3751287
tests/test_n_joint_arm_to_point_control.py
@@ -1,9 +1,9 @@
1
from unittest import TestCase
2
3
-from ArmNavigation.n_joint_arm_to_point_control import n_joint_arm_to_point_control as m
4
import sys
5
sys.path.append("./ArmNavigation/n_joint_arm_to_point_control/")
6
+from ArmNavigation.n_joint_arm_to_point_control import n_joint_arm_to_point_control as m
7
print(__file__)
8
9
0 commit comments