Module code.mini-rov

mini-rov contains the code for controlling the mini-rov that was part of the 2019 MATE competition. It is likely no longer of use.

Expand source code
'''
mini-rov contains the code for
controlling the mini-rov that
was part of the 2019 MATE competition.
It is likely no longer of use.
'''

import sys
sys.path.append(sys.path[0] + '/mini-rov')

Sub-modules

code.mini-rov.hydrogenMiniROVClient2020

Author: Jonathan Rotter …

code.mini-rov.motorInterface

Author: Jonathan Rotter …