locusrobotics / aiorospy

asyncio wrapper for rospy
MIT License
40 stars 8 forks source link

RST-9628 re-create service proxy after transport terminated #45

Closed abencz closed 6 months ago

abencz commented 6 months ago

Re-create service client both in case of TransportTerminated errors from rospy and the follow up AttributeError when the service is called on a None object.