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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy