void TeleopPeriodic() { // Comment the next line out to disable movement drive->doDrive(stick->GetX(), -stick->GetY()); intake->periodic(); shooter->periodic(); camSystem->periodic(); }
void TestPeriodic() { shooter->periodic(); camSystem->periodic(); testSystem->periodic(); }