- This is code that was written in-house for the Deep Sea Dogs ROV "T.O.A.S.T." which will be participating in the 2024 MATE ROV World Championship.
- Python 3.12.3.
- Full installation of dependencies (
pip install -r requirements.txt).
- Navigate to the
rovdirectory and run by typingpython ./gui/app.pyOR navigate to theguidirectory and then run by typingpython ./app.py.