Skip to content

Commit

Permalink
Elevator Gear Ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylve committed Feb 11, 2024
1 parent 5ff0073 commit 20037f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/constants/ElevatorConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public class ElevatorConstants {
public static final IdleMode IDLE_MODE = IdleMode.kBrake;
public static final int CURRENT_LIMIT = 50;

public static final double GEAR_RATIO = 1.0;

public static final boolean ENCODER_INVERTED = false;
public static final double ENCODER_POSITION_FACTOR = 1.0;
public static final double ENCODER_VELOCITY_FACTOR = 1.0 / 60.0;
Expand Down

0 comments on commit 20037f6

Please sign in to comment.