Skip to content

Commit

Permalink
Update ShooterState.java
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Mar 16, 2024
1 parent ab9e48f commit 322e902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ShooterState implements StructSerializable {
public static final ShooterState STARTING_STATE = new ShooterState(Rotation2d.fromDegrees(70), 0);
public static final ShooterState TRAVEL_STATE = new ShooterState(Rotation2d.fromDegrees(25), 1.5);
public static final ShooterState GROUND_INTAKE_STATE =
new ShooterState(Rotation2d.fromDegrees(45), -1.5);
new ShooterState(Rotation2d.fromDegrees(45), -5.0);

public static final double SHOOTING_LOW_VELOCITY = 12.5;

Expand Down

0 comments on commit 322e902

Please sign in to comment.