Skip to content

Commit

Permalink
Fix pose for spike 1 to centerline 3
Browse files Browse the repository at this point in the history
  • Loading branch information
harnwalN committed Mar 27, 2024
1 parent 651f6e0 commit d4f0a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public class DriveTrajectories {
.addWaypoints(getLastWaypoint("spike2ToSpike1"))
.addTranslationWaypoint(
FieldConstants.Stage.ampLeg
.transformBy(new Transform2d(-2, 0, Rotation2d.fromDegrees(180)))
.transformBy(new Transform2d(0, -1, new Rotation2d()))
.getTranslation())
.addPoseWaypoint(
new Pose2d(
Expand Down

0 comments on commit d4f0a44

Please sign in to comment.