Open devinvs opened 4 years ago
Now that we have a physical drivetrain, we don't need a billion copies of it. Remove Drivetrain.java and swap it out of all commands that depend on it. You may need to add methods to DrivetrainFalcon.java
Drivetrain.java
DrivetrainFalcon.java
This looks like it has already been done...
Now that we have a physical drivetrain, we don't need a billion copies of it. Remove
Drivetrain.java
and swap it out of all commands that depend on it. You may need to add methods toDrivetrainFalcon.java