vortexntnu / rov-control

Complete control system for Vortex' ROV
13 stars 9 forks source link

Check support for correct Python version in ms5837.py #41

Closed mortenfyhn closed 6 years ago

mortenfyhn commented 6 years ago

It has some trailing 'l's on lines 183 and 184 which are not supported by Python 3.6.

On lines 4, 86, 93, and 97, it has Python 2 style print statements.

Should check which Python version is actually used by ROS, and fix the above if needed.

sindrehan commented 6 years ago

ROS Kinetic uses Python 2.7, so there is no need for Python 3 compatability. See REP3.