locusrobotics / aiorospy

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

Release for Noetic #34

Open PymZoR opened 4 years ago

PymZoR commented 4 years ago

Hi, Noetic is out, and the python system version of ubuntu 20.04 is 3.8.2. What is needed to be done in order to release ?

paulbovbel commented 4 years ago

I don't see why not. I haven't actually used noetic yet, so I'd appreciate some confirmation that this package 'works', but otherwise I should be able to just run the pre-release suite and cut a release.

betaboon commented 4 years ago

@paulbovbel we're running on noetic with python3. using aiorospy everywhere works fine. the only thing that we do that isnt in here yet is replace the python-interpreter: https://github.com/locusrobotics/aiorospy/compare/master...betaboon:noetic

smith-doug commented 2 years ago

I have an open PR for this here https://github.com/locusrobotics/aiorospy/pull/39