Closedown
This commit is contained in:
@@ -22,9 +22,7 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
self.current_task = None
|
||||
self.high_level_tasks = []
|
||||
|
||||
def doInitialize(self):
|
||||
super(TcpDevice, self).doInitialize()
|
||||
self.reset = True
|
||||
|
||||
|
||||
def _sendReceive(self, msg_id, msg = "", timeout = None):
|
||||
tx = self.header if (self.header != None) else ""
|
||||
|
||||
Reference in New Issue
Block a user