Skip to content

Commit

Permalink
updated gearbox ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoyoCode committed Jan 26, 2024
1 parent e0675be commit 7ad6621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/PivotSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class PivotSubsystem extends SubsystemBase{

//final vars
public final double PIVOT_SPEED = 0.1;
final double GEARBOX_RATIO = 1/20; //ask cadders
final double GEARBOX_RATIO = 18.16; //ask cadders
public final int ERRORTOLERANCE = 10; //error tolerance for pid
final int LIMIT_SWITCH_ID = 1; //placeholder

Expand Down

0 comments on commit 7ad6621

Please sign in to comment.