Skip to content

Commit

Permalink
Lower stow angle to avoid over bumper penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Apr 4, 2024
1 parent 1ddcc21 commit 62c70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/config/RobotConfigInferno.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public RobotConfigInferno() {
ArmConstants.subwooferScoreFromPodiumAngleInDegrees = 33; // min/max = 33.24/34.37
ArmConstants.noteScoreAngleInDegrees =
24.24; // Empirically at reading practice field after running 2-note center
ArmConstants.stowIntakeAngleInDegrees = 14.64;
ArmConstants.stowIntakeAngleInDegrees = 5.0;
ArmConstants.matchStartArmAngle = 90;
ArmConstants.pidTimeoutInSeconds = 2.0;

Expand Down

0 comments on commit 62c70b1

Please sign in to comment.