pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

expose service call timeout via pyros client #79

Open asmodehn opened 8 years ago

asmodehn commented 8 years ago

Currently a program using pyros client cannot specify timeout. However this is needed : https://github.com/asmodehn/pyros/issues/74

We should also think about the improved behavior specified here : https://github.com/asmodehn/pyros/issues/59