Skip to content

Commit

Permalink
fixed merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Jan 20, 2024
1 parent a27953b commit 4b12d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public static class Speeds {

public static final double SWERVE_DRIVE_MAX_SPEED = 4.67; // TODO: Get this value
public static final double SWERVE_DRIVE_MAX_ANGULAR_SPEED = Math.PI * 1; // Todo: Get this value

public static final double SHOOTER_MAX_SPEED = 1;
}

public static class Physical {
Expand Down

0 comments on commit 4b12d74

Please sign in to comment.