Skip to content

Commit 06d2d19

Browse files
committed
Track change to base class name in SMTB
1 parent 29dcc2a commit 06d2d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/ELink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# import numpy as np
7-
from spatialmath import SE3, SE2, SMPose
7+
from spatialmath import SE3, SE2, BasePoseMatrix
88
# from spatialmath.base.argcheck import getvector, verifymatrix, isscalar
99
import roboticstoolbox as rp
1010
from roboticstoolbox.robot.ETS import ETS, SuperETS

0 commit comments

Comments
 (0)