Skip to content

Commit f868da3

Browse files
committed
remove IKMixin class
1 parent 658af89 commit f868da3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roboticstoolbox/robot/Robot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from roboticstoolbox.backends.PyPlot.EllipsePlot import EllipsePlot
1818
from roboticstoolbox.robot.Dynamics import DynamicsMixin
1919
from roboticstoolbox.robot.ETS import ETS
20-
from roboticstoolbox.robot.IK import IKMixin
2120
from typing import Union, Dict, Tuple
2221
from spatialgeometry import Shape
2322
from fknm import Robot_link_T
@@ -48,7 +47,7 @@
4847
# ikine functions need: fkine, jacobe, qlim methods from subclass
4948

5049

51-
class Robot(SceneNode, ABC, DynamicsMixin, IKMixin):
50+
class Robot(SceneNode, ABC, DynamicsMixin):
5251

5352
_color = True
5453

0 commit comments

Comments
 (0)