]> git.taranathan.com Git - FRC2026.git/commitdiff
whoops
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 18 Feb 2026 19:29:32 +0000 (11:29 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 18 Feb 2026 19:29:32 +0000 (11:29 -0800)
src/main/java/frc/robot/constants/IdConstants.java

index 0a82decbf1b9cefa6dca9d7834865281603ab7a0..f171d9afe2fdf59cb554e59e60068cb221e7bbce 100644 (file)
@@ -38,8 +38,9 @@ public class IdConstants {
     public static final int SPINDEXER_ID = 12;
 
     // Intake
-    public static final int INTAKE_BASE_LEFT_ID = 13;
-    public static final int INTAKE_BASE_RIGHT_ID = 14;
-    public static final int INTAKE_FLYWHEEL_ID = 15;
-    public static final int INTAKE_ENCODER_ID = 2;
+    // extender right and left motor CAN ID
+    public static final int RIGHT_MOTOR_ID = 1;
+    public static final int LEFT_MOTOR_ID = 2;
+    // roller motor CAN ID 
+    public static final int ROLLER_MOTOR_ID = 3;
 }