Skip to content

Commit

Permalink
Reset launcher during telop init.
Browse files Browse the repository at this point in the history
  • Loading branch information
NottheIRS committed Feb 18, 2024
1 parent 28bb9bf commit f8da14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/cpp/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ void Robot::AutonomousPeriodic() {
void Robot::TeleopInit()
{
_intake_manager.ResetIntake();
_launcher_manager.ResetLauncher();
}

void Robot::TeleopPeriodic() {
Expand Down

0 comments on commit f8da14d

Please sign in to comment.