Open hadmoni opened 8 years ago
The timeout parameter in MoveHand(self f1, f2, f3, timeout) seems to be ignored.
In herbpy, the code calls: util.WaitForControllers([ self.controller ], timeout=timeout)
herbpy
util.WaitForControllers([ self.controller ], timeout=timeout)
But in adapy the function just doesn't use the parameter at all, despite being mentioned in the docstring.
adapy
Possible solutions:
timeout
The timeout parameter in MoveHand(self f1, f2, f3, timeout) seems to be ignored.
In
herbpy
, the code calls:util.WaitForControllers([ self.controller ], timeout=timeout)
But in
adapy
the function just doesn't use the parameter at all, despite being mentioned in the docstring.Possible solutions:
timeout
parameter - but this would diverge from herbpy and might cause old code to failtimeout
should be ignored