Skip to content

Commit

Permalink
Tweak Mast for Auto Shots
Browse files Browse the repository at this point in the history
  • Loading branch information
Java4First committed Mar 30, 2024
1 parent fd83d8d commit bc3a084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/Mast.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public enum Task {
OFFKICKSTAND("Off Kickstand", 50.00),
BUMPUP("Bump Up", 1.0),
BUMPDOWN("Bump Down", -1.0),
LAUCNHNOTE1("Launch Note 1", 54.0),
LAUCNHNOTE2("Launch Note 2", 56.0);
LAUCNHNOTE1("Launch Note 1", 60.0),
LAUCNHNOTE2("Launch Note 2", 55.0);

private final String taskName;
private final double angle;
Expand Down

0 comments on commit bc3a084

Please sign in to comment.