Skip to content

Commit

Permalink
actually use otosdrive as tuning drive
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Jun 4, 2024
1 parent 9500d7b commit 1a35281
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
import java.util.List;

public final class TuningOpModes {
// TODO: change this to TankDrive.class if you're using tank
public static final Class<?> DRIVE_CLASS = MecanumDrive.class;
public static final Class<?> DRIVE_CLASS = SparkFunOTOSDrive.class;

public static final String GROUP = "quickstart";
public static final boolean DISABLED = false;
Expand Down

0 comments on commit 1a35281

Please sign in to comment.