Skip to content

Commit

Permalink
Smoosh broke swerve retuning
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFTC committed Feb 10, 2022
1 parent e5cf498 commit 37ea131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class RedCycleRR extends BaseAuto {
Pose2d intakePosition1 = new Pose2d(10, -TILE * 3 + 7.675,0);
double intakePosition1Tangent = Math.toRadians(330);

Pose2d intakePosition2 = new Pose2d(48, -TILE * 3 + 7.675,0);
Pose2d intakePosition2 = new Pose2d(52, -TILE * 3 + 7.675,0);
double intakePosition2Tangent = Math.toRadians(0);

Pose2d intakePosition3 = new Pose2d(intakePosition2.getX() + 5, intakePosition2.getY(), intakePosition2.getHeading());
Expand Down

0 comments on commit 37ea131

Please sign in to comment.