Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Team334/R2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Jan 26, 2024
2 parents f58b573 + 6a3030c commit 551929f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public static class CAN {
public static class Speeds {
public static final double SWERVE_DRIVE_COEFF = .3;

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 SWERVE_DRIVE_MAX_SPEED = 4.67;
public static final double SWERVE_DRIVE_MAX_ANGULAR_SPEED = Math.PI * 1; // TODO: Get this value

public static final double SHOOTER_MAX_SPEED = 1; // TODO: Get this
}
Expand Down

0 comments on commit 551929f

Please sign in to comment.