Skip to content

Commit

Permalink
Renamed the ShooterRampUpCommand to RampCommand like in robot container
Browse files Browse the repository at this point in the history
Changed the name of ShooterRampUpCommand to RampCommand so it actually registers in path planner instead of thinking it's something else
  • Loading branch information
nolandatall committed Nov 10, 2024
1 parent c217549 commit eba59da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ public void autonomousInit() {
// FIXME: Add - if the match starts, then get the autonomous command (we already -
// are running the program through the following statements below

if (defaultAutoCommand != null) {
defaultAutoCommand.schedule();
}
defaultAutoCommand.schedule();
}

/** This function is called periodically during autonomous. */
Expand Down

0 comments on commit eba59da

Please sign in to comment.