Skip to content

Commit

Permalink
Better source trajectory
Browse files Browse the repository at this point in the history
  • Loading branch information
harnwalN committed Apr 13, 2024
1 parent 55dca55 commit 8145b0e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,9 @@ public class DriveTrajectories {
PathSegment.newBuilder()
.addPoseWaypoint(startingSourceSubwoofer)
.addTranslationWaypoint(
startingSourceSubwoofer.getTranslation().plus(new Translation2d(2.0, -1.5)))
startingSourceSubwoofer.getTranslation().plus(new Translation2d(0.75, -3)))
.addTranslationWaypoint(
startingSourceSubwoofer.getTranslation().plus(new Translation2d(2.0, -3.75)))
.build()));
paths.put(
"inspirational_leaveFromCenter",
Expand Down

0 comments on commit 8145b0e

Please sign in to comment.