You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace per-mode methods in Robot (autonomousInit, teleopPeriodic, utilityInit, utilityPeriodic etc.) with separate @autonomous, @TELEOP, and @Utility opmode classes
https://docs.wpilib.org/en/latest/docs/software/basic-programming/opmodes.html
Replace per-mode methods in Robot (autonomousInit, teleopPeriodic, utilityInit, utilityPeriodic etc.) with separate @autonomous, @TELEOP, and @Utility opmode classes