Skip to content

Commit b2db845

Browse files
committed
Merge branch 'master' into no-temp-limit
2 parents 6977fd9 + faceac6 commit b2db845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/carlmontrobotics/lib199/path/SwerveDriveInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public CommandBase followPath(PathPlannerTrajectory trajectory) {
121121
// AutoBuilder will convert this to work with events
122122
return new PPSwerveControllerCommand(trajectory, poseSupplier, getKinematics(), pidControllers[0], pidControllers[1], pidControllers[2], SwerveDriveInterface.this::drive, true, SwerveDriveInterface.this);
123123
};
124-
}.followPathGroupWithEvents(trajectory);
124+
}.fullAuto(trajectory);
125125
}
126126

127127
}

0 commit comments

Comments
 (0)