Code review summary

Table of Contents

Follow style guide for Python Code (PEP 8), if the team does that have any other preferences

Do not open serial port connection multiple times

Do not send commands to mainboard too frequently

Close opened resources (camera, serial port, files)

Use WebSockets for receiving referee signals

Do not send anything over WebSocket to robot basketball manager

Make sure that all the functionality has been implemented that is required in the task description

Use map() or list comprehension (in Python)

Create connect/open method for serial connection

Sample multiple depth pixels to find less noisy distance