theoretical fix for version3 format
This commit is contained in:
parent
c1e808c272
commit
d6f1408c2c
@ -262,16 +262,11 @@ class SecondaryMonitor(Thread):
|
||||
|
||||
self.lastpacket_timestamp = time.time()
|
||||
|
||||
rmode = 0
|
||||
if self._parser.is_v30:
|
||||
if self._dict["RobotModeData"]["robotMode"] == 7 \
|
||||
and self._dict["RobotModeData"]["isRealRobotEnabled"] == True \
|
||||
and self._dict["RobotModeData"]["isEmergencyStopped"] == False \
|
||||
and self._dict["RobotModeData"]["isSecurityStopped"] == False \
|
||||
and self._dict["RobotModeData"]["isRobotConnected"] == True \
|
||||
and self._dict["RobotModeData"]["isPowerOnRobot"] == True:
|
||||
self.running = True
|
||||
else:
|
||||
if self._dict["RobotModeData"]["robotMode"] == 0 \
|
||||
rmode = 7
|
||||
|
||||
if self._dict["RobotModeData"]["robotMode"] == rmode \
|
||||
and self._dict["RobotModeData"]["isRealRobotEnabled"] == True \
|
||||
and self._dict["RobotModeData"]["isEmergencyStopped"] == False \
|
||||
and self._dict["RobotModeData"]["isSecurityStopped"] == False \
|
||||
|
Loading…
x
Reference in New Issue
Block a user