Skip to content

Commit

Permalink
Automated deploy commit at 10/12/2024 14:23:55
Browse files Browse the repository at this point in the history
  • Loading branch information
RHR2713 committed Oct 12, 2024
1 parent ec5c940 commit 022f9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ public void disabledInit() {
}
swerveDrive.seed();
swerveDrive.setMotionMode(MotionMode.LOCKDOWN);

}

@Override
Expand Down Expand Up @@ -1130,6 +1131,7 @@ public void seedGyroBasedOnAlliance() {
public void driverStationConnected() {

buildAutoChooser();
buildModeChooser();
if (autoChooser.get() != null) {
gyroInitial = autoChooser.get().traj1.getInitialPose().getRotation();
}
Expand Down

0 comments on commit 022f9ae

Please sign in to comment.