mc-capolei / python-Universal-robot-kinematics

UR5 and UR10 forward and inverse kinematics, python scripts
53 stars 21 forks source link

Directions to use it. #3

Closed addy1997 closed 5 years ago

addy1997 commented 5 years ago

I git cloned your repository and used it in my code but was getting this error. Please help me fix it. Your work is amazing and its essential for my project. Error

ImportError Traceback (most recent call last)

in () 2 #!/usr/bin/env python 3 ----> 4 from universal_robot_kinematics import* 5 import sys 6 import copy ImportError: No module named universal_robot_kinematics