Changes from 3/5 meeting

This commit is contained in:
2026-03-05 19:05:09 -05:00
parent 10fb8d4aa5
commit f1f523de73
4 changed files with 19 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ public class IntakeRollerConstants {
public static final boolean kInvertMotors = true;
public static final double kSpeed = .6;
public static final double kSpeed = 1;
public static final IdleMode kIdleMode = IdleMode.kCoast;