Skip to content

Commit

Permalink
Idk what all the merging did to the on the fly, but now it works?
Browse files Browse the repository at this point in the history
  • Loading branch information
AquaShock211 committed Feb 10, 2025
1 parent 5ddbf27 commit 5b5e278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ private void configureBindings() {
.whileTrue(
Commands.startEnd(() -> m_elevator.setCoast(), m_elevator::setBrake, m_elevator)
.ignoringDisable(true));

driverController.leftStick().onTrue(AutoBuilder.followPath(Squirtle));
}

/**
Expand Down

0 comments on commit 5b5e278

Please sign in to comment.