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

Commit

Permalink
change intaking degree
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuellar13 committed Nov 8, 2023
1 parent f73c389 commit 2273667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/wrist/Positions.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import edu.wpi.first.math.geometry.Rotation2d;

public class Positions {
public static final Rotation2d INTAKING = Rotation2d.fromDegrees(179);
public static final Rotation2d INTAKING = Rotation2d.fromDegrees(190);
public static final Rotation2d OUTTAKING_STOWED = Rotation2d.fromDegrees(2);
public static final Rotation2d OUTTAKING_LOW = Rotation2d.fromDegrees(160);
public static final Rotation2d OUTTAKING_MID = Rotation2d.fromDegrees(105);
Expand Down

0 comments on commit 2273667

Please sign in to comment.