Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Increase subwoofer shot wrist angle from 59 to 61
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjcoderman committed Apr 20, 2024
1 parent e9d06ce commit 57ef9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/wrist/WristPositions.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class WristPositions {

public static final Rotation2d SHOOTER_AMP = Rotation2d.fromDegrees(58.0);

public static final Rotation2d SUBWOOFER_SHOT = Rotation2d.fromDegrees(59.0);
public static final Rotation2d SUBWOOFER_SHOT = Rotation2d.fromDegrees(61.0);
public static final Rotation2d PRESET_AMP = Rotation2d.fromDegrees(43);
public static final Rotation2d PRESET_SOURCE = Rotation2d.fromDegrees(58.1);
public static final Rotation2d PRESET_MIDDLE = Rotation2d.fromDegrees(58.1);
Expand Down

0 comments on commit 57ef9ba

Please sign in to comment.