This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Description
The motors are not called quickly enough and its causing the left side to turn off for a split second,causing irregular movement.
This is caused by the motor output not being updated enough, so the code needs to run faster and call the drive function more frequently.
Research code optimization or how to write efficient code, as that could be useful information for later on as well.