ntrip_client icon indicating copy to clipboard operation
ntrip_client copied to clipboard

Added support for python 2.7 (EOL ros distro)

Open Leandro4002 opened this issue 1 year ago • 0 comments

I change the ntrip_ros.py file so that it can also work on python 2.7 used in older ROS 1 distributions (ROS Melodic and backwards)

It checks what is the python version running this script and uses imp instead of importlib to check if the module mavros or RTCM can be found.

Leandro4002 avatar Jun 20 '24 10:06 Leandro4002