Skip to content

Commit faceac6

Browse files
committed
fix path following (for real this time)
1 parent e2386e4 commit faceac6

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)