Skip to content

Commit 2c83e2c

Browse files
committed
fix bug
1 parent 025692b commit 2c83e2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pymycobot/mycobotpro630.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ class RobotMoveState(Enum):
7777
RUN_PROGRAM_STATE = 5
7878

7979

80-
class JogMode(Enum):
81-
JOG_TELEOP = elerob.LINEAR - 1
82-
JOG_JOINT = elerob.ANGULAR - 1
83-
8480

8581
class JogDirection(Enum):
8682
POSITIVE = 1

0 commit comments

Comments
 (0)