LORD-MicroStrain/ntrip_client

ROS2 Timer does not support shutdown and join

PhilippPolterauer opened this issue · 2 comments

There is an issue regarding this two lines

self._rtcm_timer.shutdown()

self._rtcm_timer.join()

ROS2 Timer does not support the two functions

I suggest removing them. Otherwise the ntrip client does not exit cleanly.

Thanks for reporting this. The linked PR should fix the issue, but please let me know if it does not.

Closing as this appears to be resolved. Please reopen if you are still experiencing issues with this