Let's add gyro measurements to this class so we can drive straighter and potentially faster. https://github.com/MonarchRobotics/FRC2020/blob/c4b8933ebee073360aaf8138a1bce2b043bb00c4/src/main/java/frc/robot/commands/auto/DriveStraight.java#L23
Let's add gyro measurements to this class so we can drive straighter and potentially faster.
FRC2020/src/main/java/frc/robot/commands/auto/DriveStraight.java
Line 23 in c4b8933