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 658af89 commit f868da3Copy full SHA for f868da3
roboticstoolbox/robot/Robot.py
@@ -17,7 +17,6 @@
17
from roboticstoolbox.backends.PyPlot.EllipsePlot import EllipsePlot
18
from roboticstoolbox.robot.Dynamics import DynamicsMixin
19
from roboticstoolbox.robot.ETS import ETS
20
-from roboticstoolbox.robot.IK import IKMixin
21
from typing import Union, Dict, Tuple
22
from spatialgeometry import Shape
23
from fknm import Robot_link_T
@@ -48,7 +47,7 @@
48
47
# ikine functions need: fkine, jacobe, qlim methods from subclass
49
50
51
-class Robot(SceneNode, ABC, DynamicsMixin, IKMixin):
+class Robot(SceneNode, ABC, DynamicsMixin):
52
53
_color = True
54
0 commit comments