Skip to content

Commit 89cffcd

Browse files
committed
fix import
1 parent ca7cd40 commit 89cffcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roboticstoolbox/robot/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
PoEPrismatic
1616
)
1717
from roboticstoolbox.robot.ERobot import ERobot, ERobot2
18-
from roboticstoolbox.robot.FastRobot import FastRobot
18+
# from roboticstoolbox.robot.FastRobot import FastRobot
1919

2020
from roboticstoolbox.robot.ELink import ELink, ELink2
2121
from roboticstoolbox.robot.ETS import ETS, ETS2
2222
from roboticstoolbox.robot.Gripper import Gripper
23-
from roboticstoolbox.robot.KinematicCache import KinematicCache
23+
# from roboticstoolbox.robot.KinematicCache import KinematicCache
2424
from roboticstoolbox.robot.ET import ET, ET2
2525

2626
__all__ = [
@@ -40,11 +40,11 @@
4040
"Link2",
4141
"ERobot",
4242
"ERobot2",
43-
"FastRobot",
43+
# "FastRobot",
4444
"ETS",
4545
"ETS2",
4646
"Gripper",
47-
"KinematicCache",
47+
# "KinematicCache",
4848
"PoERobot",
4949
"PoELink",
5050
"PoEPrismatic",

0 commit comments

Comments
 (0)