Skip to content

Commit

Permalink
Change elevator setpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
KPatel008 committed Feb 3, 2025
1 parent d863fe5 commit b6509dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/elevator/Elevator.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Elevator extends SubsystemBase {
private final double L1Setpoint = 29;
private final double L2Setpoint = 38.5;//32.5
private final double L3Setpoint = 54.5;
private final double L4Setpoint = 78
private final double L4Setpoint = 76.25
; // 74.5
private final double L2ASetpoint = 37.5;
private final double L3ASetpoint = 54;
Expand Down

0 comments on commit b6509dc

Please sign in to comment.