pyros-dev / pyros

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

configurable recv_timeout while calling ros services #102

Open dhirajdhule opened 7 years ago

dhirajdhule commented 7 years ago

Current pyros_client service call API doesn't have this control. Maybe an additional argument for now will do it.

The underlying pyzmp service call has it already so wouldn't be much work to do.

Or as @asmodehn suggested it could be passed in configuration, but again that would apply it for all services the robot provides and leaves user no option to tweak it for each service individually.

asmodehn commented 7 years ago

This issue relates to :