diff --git a/script/RobotSC.py b/script/RobotSC.py index bf7b203..118e2c8 100644 --- a/script/RobotSC.py +++ b/script/RobotSC.py @@ -7,6 +7,7 @@ class RobotSC(RobotTCP): def on_event(self,ev): #print "EVT: " + ev pass + def doUpdate(self): RobotTCP.doUpdate(self) if self.state != State.Offline: