personalrobotics / ada

Software for ADA, the Assistive Dextrous Arm developed by the Personal Robotics Lab at CMU.
1 stars 9 forks source link

Timeout parameter seems unused #66

Open hadmoni opened 8 years ago

hadmoni commented 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)

But in adapy the function just doesn't use the parameter at all, despite being mentioned in the docstring.

Possible solutions: