Robot Lifecycle
Each FRC match follows predictable robot states:
- Disabled – Code runs but outputs are disabled.
- Autonomous – Runs your auto command.
- Teleop – Accepts joystick input.
- Test – Used for subsystem verification.
WPILib automatically calls these methods — you just fill in what happens in each mode.