I could be your crush, crush, crush, crush, crush

This commit is contained in:
Khosraw 2022-10-20 23:52:57 -05:00
parent 8a9dbe3526
commit 7170bb1082

View file

@ -55,6 +55,8 @@ public abstract class EnhancedAutoMode extends LinearOpMode {
public double checkNull(List<Double> toCheck, int i) {
return toCheck.get(i) == null ? checkNull(toCheck, i) : toCheck.get(i);
}
public void initThings() {
//enhancedDriver = new EnhancedDriver(hardwareMap);
}