8000 fixed serial link graphics import · NickNgHK/robotics-toolbox-python@31fdf7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 31fdf7b

Browse files
committed
fixed serial link graphics import
1 parent a1190d0 commit 31fdf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/serial_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from roboticstoolbox.robot.Link import *
55
from spatialmath.pose3d import *
66
from scipy.optimize import minimize
7-
from graphics.graphics_test_features import *
7+
from graphics.graphics_robot import *
88

99
class SerialLink:
1010

0 commit comments

Comments
 (0)
0