You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drivetrain code constantly freaking out is really concerning.
To prepare in advance, we should create a drivetrain interface with the same existing functions already implemented so we can easily swap out of the okapi lib if we need to.
As of writing this, the only important part of the class is the drive function which takes in two controller values to implement arcade drive and a getVelocity function which returns the current velocity.
The text was updated successfully, but these errors were encountered:
The drivetrain code constantly freaking out is really concerning.
To prepare in advance, we should create a drivetrain interface with the same existing functions already implemented so we can easily swap out of the okapi lib if we need to.
As of writing this, the only important part of the class is the drive function which takes in two controller values to implement arcade drive and a getVelocity function which returns the current velocity.
The text was updated successfully, but these errors were encountered: