locusrobotics / aiorospy

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

Don't use async_generator for python3.9+ #47

Closed garyservin closed 2 months ago

garyservin commented 2 months ago

The asynccontextmanager is available in the contextlib library on python3.9. Tested on a robot