Skip to content

Commit

Permalink
spot
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedHearth committed Feb 29, 2024
1 parent 0c892ad commit 7195803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ public static final class ClimberConstants {

public static final class SticksConstants {
// ! Seems like the sticks won't have motors.
// public static final int kLeftStickMotorId = 19;
// public static final int kRightStickMotorId = 18;

// public static final int kLeftStickMotorId = 19;
// public static final int kRightStickMotorId = 18;

public static final int kCurrentLimit = 30;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
// public class SticksIOSparkMax implements SticksIO {
// private static final double GEAR_RATIO = 50; // 50:1 //TODO ratio needed

// private final CANSparkMax motor = // ! Seems like the sticks won't have motors so this is pointless
// private final CANSparkMax motor = // ! Seems like the sticks won't have motors so this is
// pointless
// new CANSparkMax(SticksConstants.kSticksMotorId, MotorType.kBrushless);
// private final RelativeEncoder encoder = motor.getEncoder();
// private final SparkPIDController pid = motor.getPIDController();
Expand Down

0 comments on commit 7195803

Please sign in to comment.