ros-drivers/nmea_navsat_driver

I want to modify part of the code to decode my own devices, which version of python should I use? 2.7 or 3.x?

fengyikawhi opened this issue · 2 comments

I want to modify part of the code to decode my own devices, which version of python should I use? 2.7 or 3.x?
mr337 commented

It depends on the target ROS distro you are using. Pre Noetic, python2.7, Noetic or newer 3.X.

@mr337 is correct. See REP 3 for ROS 1 platform info and REP 2000 for ROS 2 platform info.