Skip to content

Commit

Permalink
elevator setpoints after dp
Browse files Browse the repository at this point in the history
  • Loading branch information
KPatel008 committed Feb 7, 2025
1 parent 07a492e commit 2ac0e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/elevator/Elevator.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public class Elevator extends SubsystemBase {
private final ElevatorIO m_io;
private final double L1Setpoint = 29;
private final double L2Setpoint = 38.5;//32.5
private final double L3Setpoint = 54.5;
private final double L4Setpoint = 80; // 74.5 and 78 dp on feb 1
private final double L3Setpoint = 53.5;
private final double L4Setpoint = 76; // 74.5 and 78 dp on feb 1
private final double L2ASetpoint = 37.5;
private final double L3ASetpoint = 54;
//inch to rotations of the motor
Expand Down

0 comments on commit 2ac0e5a

Please sign in to comment.