Skip to content

Commit

Permalink
configured CANs for writs and sticks
Browse files Browse the repository at this point in the history
  • Loading branch information
24cirinom committed Feb 29, 2024
1 parent 4bb730f commit 339f823
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public static final class Presets {
}

public static final class WristConstants {
public static final int kWristMotorId = 60; // ! Change before testing
public static final int kWristMotorId = 15; // ! Change before testing

public static final int kCurrentLimit = 30;

Expand Down Expand Up @@ -199,7 +199,9 @@ public static final class ClimberConstants {
}

public static final class SticksConstants {
public static final int kSticksMotorId = 10000; // ! Change before testing
public static final int kLeftStickMotorId = 19;
public static final int kRightStickMotorId = 18;


public static final int kCurrentLimit = 30;

Expand Down

0 comments on commit 339f823

Please sign in to comment.